Html Css Color HEX #FC30D4 Razzle Dazzle Rose

📋 copy color: '#FC30D4'

red 252 ◦ green 48 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FC30D4

Tints of Razzle Dazzle Rose #FC30D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 49.22%
G = 9.38%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC30D4 (or 0xFC30D4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and D4. RGB value is (252,48,212). Sum of RGB (Red+Green+Blue) = 252+48+212=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30D4 is #03CF2B. Grayscale: #7F7F7F. Windows color (decimal): -249644 or 13906172. OLE color: 13906172.

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

Color convert

RGB 252 48 212 -
CMYK 0 0.81 0.16 0.01
HSL 311.76º 0.97% 0.59% -
HSV(B) 311.76º 0.81% 0.99% -
XYZ 53.09 27.56 64.81 -
YUV 127.69 175.59 216.66 -
System Red Green Blue C M Y K H S L
Decimal 252 48 212 0 0.81 0.16 0.01 311.76 0.97 0.59
Hex FC 30 D4 0 51 10 1 138 61 3B
Octal 374 60 324 0 121 20 1 470 141 73
Binary 11111100 110000 11010100 0 1010001 10000 1 100111000 1100001 111011

Color Harmonies of #FC30D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30D4

Black with #FC30D4

Text Example


Text Example

White with #FC30D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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