Html Css Color HEX #FC25DF Razzle Dazzle Rose

📋 copy color: '#FC25DF'

red 252 ◦ green 37 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FC25DF

Tints of Razzle Dazzle Rose #FC25DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 49.22%
G = 7.23%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC25DF (or 0xFC25DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and DF. RGB value is (252,37,223). Sum of RGB (Red+Green+Blue) = 252+37+223=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25DF is #03DA20. Grayscale: #797979. Windows color (decimal): -252449 or 14624252. OLE color: 14624252.

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

Color convert

RGB 252 37 223 -
CMYK 0 0.85 0.12 0.01
HSL 308.09º 0.97% 0.57% -
HSV(B) 308.09º 0.85% 0.99% -
XYZ 54.13 27.35 72.24 -
YUV 122.49 184.73 220.38 -
System Red Green Blue C M Y K H S L
Decimal 252 37 223 0 0.85 0.12 0.01 308.09 0.97 0.57
Hex FC 25 DF 0 55 C 1 134 61 39
Octal 374 45 337 0 125 14 1 464 141 71
Binary 11111100 100101 11011111 0 1010101 1100 1 100110100 1100001 111001

Color Harmonies of #FC25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25DF

Black with #FC25DF

Text Example


Text Example

White with #FC25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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