Html Css Color HEX #FC25D8 Razzle Dazzle Rose

📋 copy color: '#FC25D8'

red 252 ◦ green 37 ◦ blue 216

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

Shades of Razzle Dazzle Rose #FC25D8

Tints of Razzle Dazzle Rose #FC25D8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.33%

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 49.9%
G = 7.33%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC25D8 (or 0xFC25D8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and D8. RGB value is (252,37,216). Sum of RGB (Red+Green+Blue) = 252+37+216=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 37 (14.84% from 255 or 7.33% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25D8 is #03DA27. Grayscale: #797979. Windows color (decimal): -252456 or 14165500. OLE color: 14165500.

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

Color convert

RGB 252 37 216 -
CMYK 0 0.85 0.14 0.01
HSL 310.05º 0.97% 0.57% -
HSV(B) 310.05º 0.85% 0.99% -
XYZ 53.2 26.98 67.37 -
YUV 121.69 181.23 220.95 -
System Red Green Blue C M Y K H S L
Decimal 252 37 216 0 0.85 0.14 0.01 310.05 0.97 0.57
Hex FC 25 D8 0 55 E 1 136 61 39
Octal 374 45 330 0 125 16 1 466 141 71
Binary 11111100 100101 11011000 0 1010101 1110 1 100110110 1100001 111001

Color Harmonies of #FC25D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25D8

Black with #FC25D8

Text Example


Text Example

White with #FC25D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25D8; }

 p { color: rgb(252,37,216); }

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

background-color css

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

 a { background-color: rgb(252,37,216); }

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

border-color css

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

 span { border-color: rgb(252,37,216); }

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