Html Css Color HEX #FE2ADB Razzle Dazzle Rose

📋 copy color: '#FE2ADB'

red 254 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE2ADB

Tints of Razzle Dazzle Rose #FE2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.16%

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

R = 49.32%
G = 8.16%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE2ADB (or 0xFE2ADB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and DB. RGB value is (254,42,219). Sum of RGB (Red+Green+Blue) = 254+42+219=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 42 (16.80% from 255 or 8.16% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ADB is #01D524. Grayscale: #7D7D7D. Windows color (decimal): -120101 or 14363390. OLE color: 14363390.

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

Color convert

RGB 254 42 219 -
CMYK 0 0.83 0.14 0.00
HSL 309.91º 0.99% 0.58% -
HSV(B) 309.91º 0.83% 1% -
XYZ 54.49 27.84 69.52 -
YUV 125.57 180.74 219.61 -
System Red Green Blue C M Y K H S L
Decimal 254 42 219 0 0.83 0.14 0.00 309.91 0.99 0.58
Hex FE 2A DB 0 53 E 0 136 63 3A
Octal 376 52 333 0 123 16 0 466 143 72
Binary 11111110 101010 11011011 0 1010011 1110 0 100110110 1100011 111010

Color Harmonies of #FE2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2ADB

Black with #FE2ADB

Text Example


Text Example

White with #FE2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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