Html Css Color HEX #FC25CF Razzle Dazzle Rose

📋 copy color: '#FC25CF'

red 252 ◦ green 37 ◦ blue 207

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

Shades of Razzle Dazzle Rose #FC25CF

Tints of Razzle Dazzle Rose #FC25CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 50.81%
G = 7.46%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC25CF (or 0xFC25CF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and CF. RGB value is (252,37,207). Sum of RGB (Red+Green+Blue) = 252+37+207=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 37 (14.84% from 255 or 7.46% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25CF is #03DA30. Grayscale: #787878. Windows color (decimal): -252465 or 13575676. OLE color: 13575676.

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

Color convert

RGB 252 37 207 -
CMYK 0 0.85 0.18 0.01
HSL 312.56º 0.97% 0.57% -
HSV(B) 312.56º 0.85% 0.99% -
XYZ 52.07 26.52 61.41 -
YUV 120.67 176.73 221.68 -
System Red Green Blue C M Y K H S L
Decimal 252 37 207 0 0.85 0.18 0.01 312.56 0.97 0.57
Hex FC 25 CF 0 55 12 1 139 61 39
Octal 374 45 317 0 125 22 1 471 141 71
Binary 11111100 100101 11001111 0 1010101 10010 1 100111001 1100001 111001

Color Harmonies of #FC25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25CF

Black with #FC25CF

Text Example


Text Example

White with #FC25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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