#f238b7

Color #F238B7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F238B7

Tints of Razzle Dazzle Rose #F238B7

Color information

#F238B7 (or 0xF238B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 38 and B7. RGB value is (242,56,183). Sum of RGB (Red+Green+Blue) = 242+56+183=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F238B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238B7 is #0DC748. Grayscale: #7D7D7D. Windows color (decimal): -902985 or 12007666. OLE color: 12007666.

HSL color Cylindrical-coordinate representation of color #F238B7: hue angle of 319.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238B7 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB24256183-
CMYK00.770.240.05
HSL319.03º87.74%58.43%-
HSV(B)319.03º76.86%94.9%-
XYZ46.5825.1247.19-
YUV126.09160.12210.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 56 (22.27% from 255) = 11.64%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=50.31%
G=11.64%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425618300.770.240.05319.0387.7458.43
HexF238B704D18513f583a
Octal36270267011530547713072
Binary111100101110001011011101001101110001011001111111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f238b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f238b7; }

 p { color: rgb(242,56,183); }

 H1.HeaderClassName
 {
   color: #f238b7;
 }
 .AnyTagClassName
 {
   color: #f238b7;
 }
</style>
background-color css

<style>
 a { background-color: #f238b7; }

 a { background-color: rgb(242,56,183); }

 div.DivClassName
 {
   background-color: #f238b7;
 }
 .BgClassName
 {
   background-color: #f238b7;
 }
</style>
border-color css

<style>
 span { border-color: #f238b7; }

 span { border-color: rgb(242,56,183); }

 td.TdClassName
 {
   border-color: #f238b7;
 }
 .TagClassName
 {
   border-color: #f238b7;
 }
</style>