Html Css Color HEX #FB37CC Razzle Dazzle Rose

📋 copy color: '#FB37CC'

red 251 ◦ green 55 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FB37CC

Tints of Razzle Dazzle Rose #FB37CC

RGB

 RED value IS 251 (98.44% from 255) = 49.22%

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 49.22%
G = 10.78%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB37CC (or 0xFB37CC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 37 and CC. RGB value is (251,55,204). Sum of RGB (Red+Green+Blue) = 251+55+204=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB37CC is #04C833. Grayscale: #828282. Windows color (decimal): -313396 or 13383675. OLE color: 13383675.

HSL color Cylindrical-coordinate representation of color #FB37CC: hue angle of 314.39º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB37CC is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 55 204 -
CMYK 0 0.78 0.19 0.02
HSL 314.39º 0.96% 0.6% -
HSV(B) 314.39º 0.78% 0.98% -
XYZ 52.05 27.6 59.71 -
YUV 130.59 169.43 213.88 -
System Red Green Blue C M Y K H S L
Decimal 251 55 204 0 0.78 0.19 0.02 314.39 0.96 0.6
Hex FB 37 CC 0 4E 13 2 13A 60 3C
Octal 373 67 314 0 116 23 2 472 140 74
Binary 11111011 110111 11001100 0 1001110 10011 10 100111010 1100000 111100

Color Harmonies of #FB37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB37CC

Black with #FB37CC

Text Example


Text Example

White with #FB37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB37CC; }

 p { color: rgb(251,55,204); }

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

background-color css

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

 a { background-color: rgb(251,55,204); }

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

border-color css

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

 span { border-color: rgb(251,55,204); }

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