Html Css Color HEX #F037CB Razzle Dazzle Rose

📋 copy color: '#F037CB'

red 240 ◦ green 55 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F037CB

Tints of Razzle Dazzle Rose #F037CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.04%

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 48.19%
G = 11.04%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F037CB (or 0xF037CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and CB. RGB value is (240,55,203). Sum of RGB (Red+Green+Blue) = 240+55+203=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F037CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037CB is #0FC834. Grayscale: #7E7E7E. Windows color (decimal): -1034293 or 13318128. OLE color: 13318128.

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

Color convert

RGB 240 55 203 -
CMYK 0 0.77 0.15 0.06
HSL 312º 0.86% 0.58% -
HSV(B) 312º 0.77% 0.94% -
XYZ 48.08 25.57 58.9 -
YUV 127.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 240 55 203 0 0.77 0.15 0.06 312 0.86 0.58
Hex F0 37 CB 0 4D F 6 138 56 3A
Octal 360 67 313 0 115 17 6 470 126 72
Binary 11110000 110111 11001011 0 1001101 1111 110 100111000 1010110 111010

Color Harmonies of #F037CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037CB

Black with #F037CB

Text Example


Text Example

White with #F037CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037CB; }

 p { color: rgb(240,55,203); }

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

background-color css

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

 a { background-color: rgb(240,55,203); }

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

border-color css

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

 span { border-color: rgb(240,55,203); }

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