#F238D3

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

Shades of Razzle Dazzle Rose #F238D3

Tints of Razzle Dazzle Rose #F238D3

Color information

#F238D3 (or 0xF238D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 38 and D3. RGB value is (242,56,211). Sum of RGB (Red+Green+Blue) = 242+56+211=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F238D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238D3 is #0DC72C. Grayscale: #808080. Windows color (decimal): -902957 or 13842674. OLE color: 13842674.

HSL color Cylindrical-coordinate representation of color #F238D3: hue angle of 310º 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 #F238D3 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24256211-
CMYK00.770.130.05
HSL310º87.74%58.43%-
HSV(B)310º76.86%94.9%-
XYZ49.7926.4164.1-
YUV129.28174.12208.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 56 (22.27% from 255) = 11.00%
BLUE value IS 211 (82.81% from 255) = 41.45%
R=47.54%
G=11.00%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425621100.770.130.0531087.7458.43
HexF238D304DD5136583a
Octal36270323011515546613072
Binary11110010111000110100110100110111011011001101101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F238D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F238D3; }

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

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

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

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

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

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

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

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