Html Css Color HEX #FE4ADB Razzle Dazzle Rose

📋 copy color: '#FE4ADB'

red 254 ◦ green 74 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE4ADB

Tints of Razzle Dazzle Rose #FE4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.53%

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

R = 46.44%
G = 13.53%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE4ADB (or 0xFE4ADB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and DB. RGB value is (254,74,219). Sum of RGB (Red+Green+Blue) = 254+74+219=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ADB is #01B524. Grayscale: #8F8F8F. Windows color (decimal): -111909 or 14371582. OLE color: 14371582.

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

Color convert

RGB 254 74 219 -
CMYK 0 0.71 0.14 0.00
HSL 311.67º 0.99% 0.64% -
HSV(B) 311.67º 0.71% 1% -
XYZ 56.11 31.08 70.06 -
YUV 144.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 254 74 219 0 0.71 0.14 0.00 311.67 0.99 0.64
Hex FE 4A DB 0 47 E 0 138 63 40
Octal 376 112 333 0 107 16 0 470 143 100
Binary 11111110 1001010 11011011 0 1000111 1110 0 100111000 1100011 1000000

Color Harmonies of #FE4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ADB

Black with #FE4ADB

Text Example


Text Example

White with #FE4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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