Html Css Color HEX #F03FBA Razzle Dazzle Rose

📋 copy color: '#F03FBA'

red 240 ◦ green 63 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F03FBA

Tints of Razzle Dazzle Rose #F03FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 49.08%
G = 12.88%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F03FBA (or 0xF03FBA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3F and BA. RGB value is (240,63,186). Sum of RGB (Red+Green+Blue) = 240+63+186=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03FBA is #0FC045. Grayscale: #818181. Windows color (decimal): -1032262 or 12206064. OLE color: 12206064.

HSL color Cylindrical-coordinate representation of color #F03FBA: hue angle of 318.31º 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 #F03FBA is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 186 -
CMYK 0 0.74 0.22 0.06
HSL 318.31º 0.86% 0.59% -
HSV(B) 318.31º 0.74% 0.94% -
XYZ 46.58 25.63 48.95 -
YUV 129.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 240 63 186 0 0.74 0.22 0.06 318.31 0.86 0.59
Hex F0 3F BA 0 4A 16 6 13E 56 3B
Octal 360 77 272 0 112 26 6 476 126 73
Binary 11110000 111111 10111010 0 1001010 10110 110 100111110 1010110 111011

Color Harmonies of #F03FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FBA

Black with #F03FBA

Text Example


Text Example

White with #F03FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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