Html Css Color HEX #FC30D3 Razzle Dazzle Rose

📋 copy color: '#FC30D3'

red 252 ◦ green 48 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FC30D3

Tints of Razzle Dazzle Rose #FC30D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.29%

R = 49.32%
G = 9.39%
B = 41.29%

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

#FC30D3 (or 0xFC30D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and D3. RGB value is (252,48,211). Sum of RGB (Red+Green+Blue) = 252+48+211=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30D3 is #03CF2C. Grayscale: #7F7F7F. Windows color (decimal): -249645 or 13840636. OLE color: 13840636.

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

Color convert

RGB 252 48 211 -
CMYK 0 0.81 0.16 0.01
HSL 312.06º 0.97% 0.59% -
HSV(B) 312.06º 0.81% 0.99% -
XYZ 52.96 27.51 64.15 -
YUV 127.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 252 48 211 0 0.81 0.16 0.01 312.06 0.97 0.59
Hex FC 30 D3 0 51 10 1 138 61 3B
Octal 374 60 323 0 121 20 1 470 141 73
Binary 11111100 110000 11010011 0 1010001 10000 1 100111000 1100001 111011

Color Harmonies of #FC30D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30D3

Black with #FC30D3

Text Example


Text Example

White with #FC30D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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