Html Css Color HEX #F03FB4 Razzle Dazzle Rose

📋 copy color: '#F03FB4'

red 240 ◦ green 63 ◦ blue 180

#F03FB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F03FB4

Tints of Razzle Dazzle Rose #F03FB4

RGB

 RED value IS 240 (94.14% from 255) = 49.69%

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 49.69%
G = 13.04%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F03FB4 (or 0xF03FB4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3F and B4. RGB value is (240,63,180). Sum of RGB (Red+Green+Blue) = 240+63+180=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03FB4 is #0FC04B. Grayscale: #808080. Windows color (decimal): -1032268 or 11812848. OLE color: 11812848.

HSL color Cylindrical-coordinate representation of color #F03FB4: hue angle of 320.34º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03FB4 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 180 -
CMYK 0 0.74 0.25 0.06
HSL 320.34º 0.86% 0.59% -
HSV(B) 320.34º 0.74% 0.94% -
XYZ 45.95 25.38 45.66 -
YUV 129.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 240 63 180 0 0.74 0.25 0.06 320.34 0.86 0.59
Hex F0 3F B4 0 4A 19 6 140 56 3B
Octal 360 77 264 0 112 31 6 500 126 73
Binary 11110000 111111 10110100 0 1001010 11001 110 101000000 1010110 111011

Color Harmonies of #F03FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FB4

Black with #F03FB4

Text Example


Text Example

White with #F03FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FB4; }

 p { color: rgb(240,63,180); }

 H1.HeaderClassName
 {
   color: #F03FB4;
 }
 .AnyTagClassName
 {
   color: #F03FB4;
 }
</style>

background-color css

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

 a { background-color: rgb(240,63,180); }

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

border-color css

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

 span { border-color: rgb(240,63,180); }

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