Html Css Color HEX #FC25EC Razzle Dazzle Rose

📋 copy color: '#FC25EC'

red 252 ◦ green 37 ◦ blue 236

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

Shades of Razzle Dazzle Rose #FC25EC

Tints of Razzle Dazzle Rose #FC25EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 48%
G = 7.05%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC25EC (or 0xFC25EC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and EC. RGB value is (252,37,236). Sum of RGB (Red+Green+Blue) = 252+37+236=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 37 (14.84% from 255 or 7.05% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC25EC is #03DA13. Grayscale: #7B7B7B. Windows color (decimal): -252436 or 15476220. OLE color: 15476220.

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

Color convert

RGB 252 37 236 -
CMYK 0 0.85 0.06 0.01
HSL 304.47º 0.97% 0.57% -
HSV(B) 304.47º 0.85% 0.99% -
XYZ 55.95 28.07 81.83 -
YUV 123.97 191.23 219.32 -
System Red Green Blue C M Y K H S L
Decimal 252 37 236 0 0.85 0.06 0.01 304.47 0.97 0.57
Hex FC 25 EC 0 55 6 1 130 61 39
Octal 374 45 354 0 125 6 1 460 141 71
Binary 11111100 100101 11101100 0 1010101 110 1 100110000 1100001 111001

Color Harmonies of #FC25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25EC

Black with #FC25EC

Text Example


Text Example

White with #FC25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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