Html Css Color HEX #FE25D5 Razzle Dazzle Rose

📋 copy color: '#FE25D5'

red 254 ◦ green 37 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FE25D5

Tints of Razzle Dazzle Rose #FE25D5

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 50.4%
G = 7.34%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE25D5 (or 0xFE25D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and D5. RGB value is (254,37,213). Sum of RGB (Red+Green+Blue) = 254+37+213=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25D5 is #01DA2A. Grayscale: #797979. Windows color (decimal): -121387 or 13968894. OLE color: 13968894.

HSL color Cylindrical-coordinate representation of color #FE25D5: hue angle of 311.34º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE25D5 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 37 213 -
CMYK 0 0.85 0.16 0.00
HSL 311.34º 0.99% 0.57% -
HSV(B) 311.34º 0.85% 1% -
XYZ 53.54 27.2 65.38 -
YUV 121.95 179.39 222.19 -
System Red Green Blue C M Y K H S L
Decimal 254 37 213 0 0.85 0.16 0.00 311.34 0.99 0.57
Hex FE 25 D5 0 55 10 0 137 63 39
Octal 376 45 325 0 125 20 0 467 143 71
Binary 11111110 100101 11010101 0 1010101 10000 0 100110111 1100011 111001

Color Harmonies of #FE25D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25D5

Black with #FE25D5

Text Example


Text Example

White with #FE25D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25D5; }

 p { color: rgb(254,37,213); }

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

background-color css

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

 a { background-color: rgb(254,37,213); }

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

border-color css

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

 span { border-color: rgb(254,37,213); }

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