Html Css Color HEX #FC37F0 Razzle Dazzle Rose

📋 copy color: '#FC37F0'

red 252 ◦ green 55 ◦ blue 240

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

Shades of Razzle Dazzle Rose #FC37F0

Tints of Razzle Dazzle Rose #FC37F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.88%

R = 46.07%
G = 10.05%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC37F0 (or 0xFC37F0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and F0. RGB value is (252,55,240). Sum of RGB (Red+Green+Blue) = 252+55+240=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 55 (21.88% from 255 or 10.05% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC37F0 is #03C80F. Grayscale: #868686. Windows color (decimal): -247824 or 15742972. OLE color: 15742972.

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

Color convert

RGB 252 55 240 -
CMYK 0 0.78 0.05 0.01
HSL 303.65º 0.97% 0.6% -
HSV(B) 303.65º 0.78% 0.99% -
XYZ 57.24 29.72 85.16 -
YUV 134.99 187.27 211.46 -
System Red Green Blue C M Y K H S L
Decimal 252 55 240 0 0.78 0.05 0.01 303.65 0.97 0.6
Hex FC 37 F0 0 4E 5 1 130 61 3C
Octal 374 67 360 0 116 5 1 460 141 74
Binary 11111100 110111 11110000 0 1001110 101 1 100110000 1100001 111100

Color Harmonies of #FC37F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37F0

Black with #FC37F0

Text Example


Text Example

White with #FC37F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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