Html Css Color HEX #FE41DB Razzle Dazzle Rose

📋 copy color: '#FE41DB'

red 254 ◦ green 65 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE41DB

Tints of Razzle Dazzle Rose #FE41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.08%

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

R = 47.21%
G = 12.08%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE41DB (or 0xFE41DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and DB. RGB value is (254,65,219). Sum of RGB (Red+Green+Blue) = 254+65+219=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41DB is #01BE24. Grayscale: #8A8A8A. Windows color (decimal): -114213 or 14369278. OLE color: 14369278.

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

Color convert

RGB 254 65 219 -
CMYK 0 0.74 0.14 0.00
HSL 311.11º 0.99% 0.63% -
HSV(B) 311.11º 0.74% 1% -
XYZ 55.55 29.97 69.87 -
YUV 139.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 254 65 219 0 0.74 0.14 0.00 311.11 0.99 0.63
Hex FE 41 DB 0 4A E 0 137 63 3F
Octal 376 101 333 0 112 16 0 467 143 77
Binary 11111110 1000001 11011011 0 1001010 1110 0 100110111 1100011 111111

Color Harmonies of #FE41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE41DB

Black with #FE41DB

Text Example


Text Example

White with #FE41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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