Html Css Color HEX #FC25C9 Razzle Dazzle Rose

📋 copy color: '#FC25C9'

red 252 ◦ green 37 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FC25C9

Tints of Razzle Dazzle Rose #FC25C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 51.43%
G = 7.55%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC25C9 (or 0xFC25C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and C9. RGB value is (252,37,201). Sum of RGB (Red+Green+Blue) = 252+37+201=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25C9 is #03DA36. Grayscale: #777777. Windows color (decimal): -252471 or 13182460. OLE color: 13182460.

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

Color convert

RGB 252 37 201 -
CMYK 0 0.85 0.20 0.01
HSL 314.23º 0.97% 0.57% -
HSV(B) 314.23º 0.85% 0.99% -
XYZ 51.35 26.24 57.62 -
YUV 119.98 173.73 222.16 -
System Red Green Blue C M Y K H S L
Decimal 252 37 201 0 0.85 0.20 0.01 314.23 0.97 0.57
Hex FC 25 C9 0 55 14 1 13A 61 39
Octal 374 45 311 0 125 24 1 472 141 71
Binary 11111100 100101 11001001 0 1010101 10100 1 100111010 1100001 111001

Color Harmonies of #FC25C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25C9

Black with #FC25C9

Text Example


Text Example

White with #FC25C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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