Html Css Color HEX #FC30C8 Razzle Dazzle Rose

📋 copy color: '#FC30C8'

red 252 ◦ green 48 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FC30C8

Tints of Razzle Dazzle Rose #FC30C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40%

R = 50.4%
G = 9.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC30C8 (or 0xFC30C8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and C8. RGB value is (252,48,200). Sum of RGB (Red+Green+Blue) = 252+48+200=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30C8 is #03CF37. Grayscale: #7D7D7D. Windows color (decimal): -249656 or 13119740. OLE color: 13119740.

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

Color convert

RGB 252 48 200 -
CMYK 0 0.81 0.21 0.01
HSL 315.29º 0.97% 0.59% -
HSV(B) 315.29º 0.81% 0.99% -
XYZ 51.63 26.98 57.13 -
YUV 126.32 169.59 217.64 -
System Red Green Blue C M Y K H S L
Decimal 252 48 200 0 0.81 0.21 0.01 315.29 0.97 0.59
Hex FC 30 C8 0 51 15 1 13B 61 3B
Octal 374 60 310 0 121 25 1 473 141 73
Binary 11111100 110000 11001000 0 1010001 10101 1 100111011 1100001 111011

Color Harmonies of #FC30C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30C8

Black with #FC30C8

Text Example


Text Example

White with #FC30C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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