Html Css Color HEX #FC37D0 Razzle Dazzle Rose

📋 copy color: '#FC37D0'

red 252 ◦ green 55 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FC37D0

Tints of Razzle Dazzle Rose #FC37D0

RGB

 RED value IS 252 (98.83% from 255) = 48.93%

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 48.93%
G = 10.68%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC37D0 (or 0xFC37D0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and D0. RGB value is (252,55,208). Sum of RGB (Red+Green+Blue) = 252+55+208=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37D0 is #03C82F. Grayscale: #828282. Windows color (decimal): -247856 or 13645820. OLE color: 13645820.

HSL color Cylindrical-coordinate representation of color #FC37D0: hue angle of 313.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC37D0 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 55 208 -
CMYK 0 0.78 0.17 0.01
HSL 313.4º 0.97% 0.6% -
HSV(B) 313.4º 0.78% 0.99% -
XYZ 52.9 27.98 62.29 -
YUV 131.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 252 55 208 0 0.78 0.17 0.01 313.4 0.97 0.6
Hex FC 37 D0 0 4E 11 1 139 61 3C
Octal 374 67 320 0 116 21 1 471 141 74
Binary 11111100 110111 11010000 0 1001110 10001 1 100111001 1100001 111100

Color Harmonies of #FC37D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37D0

Black with #FC37D0

Text Example


Text Example

White with #FC37D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37D0; }

 p { color: rgb(252,55,208); }

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

background-color css

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

 a { background-color: rgb(252,55,208); }

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

border-color css

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

 span { border-color: rgb(252,55,208); }

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