Html Css Color HEX #FC30CA Razzle Dazzle Rose

📋 copy color: '#FC30CA'

red 252 ◦ green 48 ◦ blue 202

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

Shades of Razzle Dazzle Rose #FC30CA

Tints of Razzle Dazzle Rose #FC30CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 50.2%
G = 9.56%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC30CA (or 0xFC30CA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and CA. RGB value is (252,48,202). Sum of RGB (Red+Green+Blue) = 252+48+202=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30CA is #03CF35. Grayscale: #7E7E7E. Windows color (decimal): -249654 or 13250812. OLE color: 13250812.

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

Color convert

RGB 252 48 202 -
CMYK 0 0.81 0.20 0.01
HSL 314.71º 0.97% 0.59% -
HSV(B) 314.71º 0.81% 0.99% -
XYZ 51.86 27.07 58.37 -
YUV 126.55 170.59 217.48 -
System Red Green Blue C M Y K H S L
Decimal 252 48 202 0 0.81 0.20 0.01 314.71 0.97 0.59
Hex FC 30 CA 0 51 14 1 13B 61 3B
Octal 374 60 312 0 121 24 1 473 141 73
Binary 11111100 110000 11001010 0 1010001 10100 1 100111011 1100001 111011

Color Harmonies of #FC30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30CA

Black with #FC30CA

Text Example


Text Example

White with #FC30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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