Html Css Color HEX #FE46DB Razzle Dazzle Rose

📋 copy color: '#FE46DB'

red 254 ◦ green 70 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE46DB

Tints of Razzle Dazzle Rose #FE46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.89%

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

R = 46.78%
G = 12.89%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE46DB (or 0xFE46DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and DB. RGB value is (254,70,219). Sum of RGB (Red+Green+Blue) = 254+70+219=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46DB is #01B924. Grayscale: #8D8D8D. Windows color (decimal): -112933 or 14370558. OLE color: 14370558.

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

Color convert

RGB 254 70 219 -
CMYK 0 0.72 0.14 0.00
HSL 311.41º 0.99% 0.64% -
HSV(B) 311.41º 0.72% 1% -
XYZ 55.85 30.57 69.97 -
YUV 142 171.46 207.88 -
System Red Green Blue C M Y K H S L
Decimal 254 70 219 0 0.72 0.14 0.00 311.41 0.99 0.64
Hex FE 46 DB 0 48 E 0 137 63 40
Octal 376 106 333 0 110 16 0 467 143 100
Binary 11111110 1000110 11011011 0 1001000 1110 0 100110111 1100011 1000000

Color Harmonies of #FE46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46DB

Black with #FE46DB

Text Example


Text Example

White with #FE46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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