Html Css Color HEX #FC50D4 Razzle Dazzle Rose

📋 copy color: '#FC50D4'

red 252 ◦ green 80 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FC50D4

Tints of Razzle Dazzle Rose #FC50D4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.71%

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

R = 46.32%
G = 14.71%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC50D4 (or 0xFC50D4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and D4. RGB value is (252,80,212). Sum of RGB (Red+Green+Blue) = 252+80+212=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50D4 is #03AF2B. Grayscale: #929292. Windows color (decimal): -241452 or 13914364. OLE color: 13914364.

HSL color Cylindrical-coordinate representation of color #FC50D4: hue angle of 313.95º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50D4 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 212 -
CMYK 0 0.68 0.16 0.01
HSL 313.95º 0.97% 0.65% -
HSV(B) 313.95º 0.68% 0.99% -
XYZ 54.9 31.19 65.41 -
YUV 146.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 252 80 212 0 0.68 0.16 0.01 313.95 0.97 0.65
Hex FC 50 D4 0 44 10 1 13A 61 41
Octal 374 120 324 0 104 20 1 472 141 101
Binary 11111100 1010000 11010100 0 1000100 10000 1 100111010 1100001 1000001

Color Harmonies of #FC50D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50D4

Black with #FC50D4

Text Example


Text Example

White with #FC50D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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