Html Css Color HEX #FE25DB Razzle Dazzle Rose

📋 copy color: '#FE25DB'

red 254 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE25DB

Tints of Razzle Dazzle Rose #FE25DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 49.8%
G = 7.25%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE25DB (or 0xFE25DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 25 and DB. RGB value is (254,37,219). Sum of RGB (Red+Green+Blue) = 254+37+219=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 37 (14.84% from 255 or 7.25% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25DB is #01DA24. Grayscale: #7A7A7A. Windows color (decimal): -121381 or 14362110. OLE color: 14362110.

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

Color convert

RGB 254 37 219 -
CMYK 0 0.85 0.14 0.00
HSL 309.68º 0.99% 0.57% -
HSV(B) 309.68º 0.85% 1% -
XYZ 54.32 27.51 69.46 -
YUV 122.63 182.39 221.7 -
System Red Green Blue C M Y K H S L
Decimal 254 37 219 0 0.85 0.14 0.00 309.68 0.99 0.57
Hex FE 25 DB 0 55 E 0 136 63 39
Octal 376 45 333 0 125 16 0 466 143 71
Binary 11111110 100101 11011011 0 1010101 1110 0 100110110 1100011 111001

Color Harmonies of #FE25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25DB

Black with #FE25DB

Text Example


Text Example

White with #FE25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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