Html Css Color HEX #FC4DD7 Razzle Dazzle Rose

📋 copy color: '#FC4DD7'

red 252 ◦ green 77 ◦ blue 215

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

Shades of Razzle Dazzle Rose #FC4DD7

Tints of Razzle Dazzle Rose #FC4DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.15%

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 46.32%
G = 14.15%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC4DD7 (or 0xFC4DD7) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4D and D7. RGB value is (252,77,215). Sum of RGB (Red+Green+Blue) = 252+77+215=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DD7 is #03B228. Grayscale: #909090. Windows color (decimal): -242217 or 14110204. OLE color: 14110204.

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

Color convert

RGB 252 77 215 -
CMYK 0 0.69 0.15 0.01
HSL 312.69º 0.97% 0.65% -
HSV(B) 312.69º 0.69% 0.99% -
XYZ 55.06 30.91 67.35 -
YUV 145.06 167.48 204.28 -
System Red Green Blue C M Y K H S L
Decimal 252 77 215 0 0.69 0.15 0.01 312.69 0.97 0.65
Hex FC 4D D7 0 45 F 1 139 61 41
Octal 374 115 327 0 105 17 1 471 141 101
Binary 11111100 1001101 11010111 0 1000101 1111 1 100111001 1100001 1000001

Color Harmonies of #FC4DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DD7

Black with #FC4DD7

Text Example


Text Example

White with #FC4DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DD7; }

 p { color: rgb(252,77,215); }

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

background-color css

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

 a { background-color: rgb(252,77,215); }

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

border-color css

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

 span { border-color: rgb(252,77,215); }

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