Html Css Color HEX #FC30C0 Razzle Dazzle Rose

📋 copy color: '#FC30C0'

red 252 ◦ green 48 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FC30C0

Tints of Razzle Dazzle Rose #FC30C0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.76%

 BLUE value IS 192 (75.39% from 255) = 39.02%

R = 51.22%
G = 9.76%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC30C0 (or 0xFC30C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and C0. RGB value is (252,48,192). Sum of RGB (Red+Green+Blue) = 252+48+192=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30C0 is #03CF3F. Grayscale: #7D7D7D. Windows color (decimal): -249664 or 12595452. OLE color: 12595452.

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

Color convert

RGB 252 48 192 -
CMYK 0 0.81 0.24 0.01
HSL 317.65º 0.97% 0.59% -
HSV(B) 317.65º 0.81% 0.99% -
XYZ 50.72 26.62 52.33 -
YUV 125.41 165.59 218.29 -
System Red Green Blue C M Y K H S L
Decimal 252 48 192 0 0.81 0.24 0.01 317.65 0.97 0.59
Hex FC 30 C0 0 51 18 1 13E 61 3B
Octal 374 60 300 0 121 30 1 476 141 73
Binary 11111100 110000 11000000 0 1010001 11000 1 100111110 1100001 111011

Color Harmonies of #FC30C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30C0

Black with #FC30C0

Text Example


Text Example

White with #FC30C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30C0; }

 p { color: rgb(252,48,192); }

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

background-color css

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

 a { background-color: rgb(252,48,192); }

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

border-color css

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

 span { border-color: rgb(252,48,192); }

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