Html Css Color HEX #FC25E2 Razzle Dazzle Rose

📋 copy color: '#FC25E2'

red 252 ◦ green 37 ◦ blue 226

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

Shades of Razzle Dazzle Rose #FC25E2

Tints of Razzle Dazzle Rose #FC25E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.88%

R = 48.93%
G = 7.18%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC25E2 (or 0xFC25E2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and E2. RGB value is (252,37,226). Sum of RGB (Red+Green+Blue) = 252+37+226=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 37 (14.84% from 255 or 7.18% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25E2 is #03DA1D. Grayscale: #7A7A7A. Windows color (decimal): -252446 or 14820860. OLE color: 14820860.

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

Color convert

RGB 252 37 226 -
CMYK 0 0.85 0.10 0.01
HSL 307.26º 0.97% 0.57% -
HSV(B) 307.26º 0.85% 0.99% -
XYZ 54.53 27.51 74.39 -
YUV 122.83 186.23 220.13 -
System Red Green Blue C M Y K H S L
Decimal 252 37 226 0 0.85 0.10 0.01 307.26 0.97 0.57
Hex FC 25 E2 0 55 A 1 133 61 39
Octal 374 45 342 0 125 12 1 463 141 71
Binary 11111100 100101 11100010 0 1010101 1010 1 100110011 1100001 111001

Color Harmonies of #FC25E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25E2

Black with #FC25E2

Text Example


Text Example

White with #FC25E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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