Html Css Color HEX #FC30C2 Razzle Dazzle Rose

📋 copy color: '#FC30C2'

red 252 ◦ green 48 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC30C2

Tints of Razzle Dazzle Rose #FC30C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.27%

R = 51.01%
G = 9.72%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC30C2 (or 0xFC30C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and C2. RGB value is (252,48,194). Sum of RGB (Red+Green+Blue) = 252+48+194=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30C2 is #03CF3D. Grayscale: #7D7D7D. Windows color (decimal): -249662 or 12726524. OLE color: 12726524.

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

Color convert

RGB 252 48 194 -
CMYK 0 0.81 0.23 0.01
HSL 317.06º 0.97% 0.59% -
HSV(B) 317.06º 0.81% 0.99% -
XYZ 50.94 26.7 53.51 -
YUV 125.64 166.59 218.13 -
System Red Green Blue C M Y K H S L
Decimal 252 48 194 0 0.81 0.23 0.01 317.06 0.97 0.59
Hex FC 30 C2 0 51 17 1 13D 61 3B
Octal 374 60 302 0 121 27 1 475 141 73
Binary 11111100 110000 11000010 0 1010001 10111 1 100111101 1100001 111011

Color Harmonies of #FC30C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30C2

Black with #FC30C2

Text Example


Text Example

White with #FC30C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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