Html Css Color HEX #FC31D0 Razzle Dazzle Rose

📋 copy color: '#FC31D0'

red 252 ◦ green 49 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FC31D0

Tints of Razzle Dazzle Rose #FC31D0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.63%

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

R = 49.51%
G = 9.63%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC31D0 (or 0xFC31D0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and D0. RGB value is (252,49,208). Sum of RGB (Red+Green+Blue) = 252+49+208=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31D0 is #03CE2F. Grayscale: #7F7F7F. Windows color (decimal): -249392 or 13644284. OLE color: 13644284.

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

Color convert

RGB 252 49 208 -
CMYK 0 0.81 0.17 0.01
HSL 313º 0.97% 0.59% -
HSV(B) 313º 0.81% 0.99% -
XYZ 52.63 27.45 62.2 -
YUV 127.82 173.25 216.57 -
System Red Green Blue C M Y K H S L
Decimal 252 49 208 0 0.81 0.17 0.01 313 0.97 0.59
Hex FC 31 D0 0 51 11 1 139 61 3B
Octal 374 61 320 0 121 21 1 471 141 73
Binary 11111100 110001 11010000 0 1010001 10001 1 100111001 1100001 111011

Color Harmonies of #FC31D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31D0

Black with #FC31D0

Text Example


Text Example

White with #FC31D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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