Html Css Color HEX #FC37BC Razzle Dazzle Rose

📋 copy color: '#FC37BC'

red 252 ◦ green 55 ◦ blue 188

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

Shades of Razzle Dazzle Rose #FC37BC

Tints of Razzle Dazzle Rose #FC37BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 50.91%
G = 11.11%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC37BC (or 0xFC37BC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and BC. RGB value is (252,55,188). Sum of RGB (Red+Green+Blue) = 252+55+188=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37BC is #03C843. Grayscale: #808080. Windows color (decimal): -247876 or 12335100. OLE color: 12335100.

HSL color Cylindrical-coordinate representation of color #FC37BC: hue angle of 319.49º 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 #FC37BC is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 55 188 -
CMYK 0 0.78 0.25 0.01
HSL 319.49º 0.97% 0.6% -
HSV(B) 319.49º 0.78% 0.99% -
XYZ 50.59 27.06 50.13 -
YUV 129.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 252 55 188 0 0.78 0.25 0.01 319.49 0.97 0.6
Hex FC 37 BC 0 4E 19 1 13F 61 3C
Octal 374 67 274 0 116 31 1 477 141 74
Binary 11111100 110111 10111100 0 1001110 11001 1 100111111 1100001 111100

Color Harmonies of #FC37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37BC

Black with #FC37BC

Text Example


Text Example

White with #FC37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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