Html Css Color HEX #FC50D3 Razzle Dazzle Rose

📋 copy color: '#FC50D3'

red 252 ◦ green 80 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FC50D3

Tints of Razzle Dazzle Rose #FC50D3

RGB

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

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

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

R = 46.41%
G = 14.73%
B = 38.86%

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

#FC50D3 (or 0xFC50D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and D3. RGB value is (252,80,211). Sum of RGB (Red+Green+Blue) = 252+80+211=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50D3 is #03AF2C. Grayscale: #929292. Windows color (decimal): -241453 or 13848828. OLE color: 13848828.

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

Color convert

RGB 252 80 211 -
CMYK 0 0.68 0.16 0.01
HSL 314.3º 0.97% 0.65% -
HSV(B) 314.3º 0.68% 0.99% -
XYZ 54.77 31.14 64.75 -
YUV 146.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 252 80 211 0 0.68 0.16 0.01 314.3 0.97 0.65
Hex FC 50 D3 0 44 10 1 13A 61 41
Octal 374 120 323 0 104 20 1 472 141 101
Binary 11111100 1010000 11010011 0 1000100 10000 1 100111010 1100001 1000001

Color Harmonies of #FC50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50D3

Black with #FC50D3

Text Example


Text Example

White with #FC50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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