Html Css Color HEX #FE25D1 Razzle Dazzle Rose

📋 copy color: '#FE25D1'

red 254 ◦ green 37 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FE25D1

Tints of Razzle Dazzle Rose #FE25D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 50.8%
G = 7.4%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE25D1 (or 0xFE25D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and D1. RGB value is (254,37,209). Sum of RGB (Red+Green+Blue) = 254+37+209=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25D1 is #01DA2E. Grayscale: #797979. Windows color (decimal): -121391 or 13706750. OLE color: 13706750.

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

Color convert

RGB 254 37 209 -
CMYK 0 0.85 0.18 0.00
HSL 312.44º 0.99% 0.57% -
HSV(B) 312.44º 0.85% 1% -
XYZ 53.04 27 62.74 -
YUV 121.49 177.39 222.51 -
System Red Green Blue C M Y K H S L
Decimal 254 37 209 0 0.85 0.18 0.00 312.44 0.99 0.57
Hex FE 25 D1 0 55 12 0 138 63 39
Octal 376 45 321 0 125 22 0 470 143 71
Binary 11111110 100101 11010001 0 1010101 10010 0 100111000 1100011 111001

Color Harmonies of #FE25D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25D1

Black with #FE25D1

Text Example


Text Example

White with #FE25D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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