Html Css Color HEX #F03BBB Razzle Dazzle Rose

📋 copy color: '#F03BBB'

red 240 ◦ green 59 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F03BBB

Tints of Razzle Dazzle Rose #F03BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.14%

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 49.38%
G = 12.14%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F03BBB (or 0xF03BBB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3B and BB. RGB value is (240,59,187). Sum of RGB (Red+Green+Blue) = 240+59+187=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BBB is #0FC444. Grayscale: #7F7F7F. Windows color (decimal): -1033285 or 12270576. OLE color: 12270576.

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

Color convert

RGB 240 59 187 -
CMYK 0 0.75 0.22 0.06
HSL 317.57º 0.86% 0.59% -
HSV(B) 317.57º 0.75% 0.94% -
XYZ 46.47 25.24 49.44 -
YUV 127.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 240 59 187 0 0.75 0.22 0.06 317.57 0.86 0.59
Hex F0 3B BB 0 4B 16 6 13E 56 3B
Octal 360 73 273 0 113 26 6 476 126 73
Binary 11110000 111011 10111011 0 1001011 10110 110 100111110 1010110 111011

Color Harmonies of #F03BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BBB

Black with #F03BBB

Text Example


Text Example

White with #F03BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BBB; }

 p { color: rgb(240,59,187); }

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

background-color css

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

 a { background-color: rgb(240,59,187); }

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

border-color css

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

 span { border-color: rgb(240,59,187); }

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