Html Css Color HEX #FE3DB9 Razzle Dazzle Rose

📋 copy color: '#FE3DB9'

red 254 ◦ green 61 ◦ blue 185

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

Shades of Razzle Dazzle Rose #FE3DB9

Tints of Razzle Dazzle Rose #FE3DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.2%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 50.8%
G = 12.2%
B = 37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE3DB9 (or 0xFE3DB9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and B9. RGB value is (254,61,185). Sum of RGB (Red+Green+Blue) = 254+61+185=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DB9 is #01C246. Grayscale: #848484. Windows color (decimal): -115271 or 12140030. OLE color: 12140030.

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

Color convert

RGB 254 61 185 -
CMYK 0 0.76 0.27 0.00
HSL 321.45º 0.99% 0.62% -
HSV(B) 321.45º 0.76% 1% -
XYZ 51.3 27.91 48.58 -
YUV 132.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 254 61 185 0 0.76 0.27 0.00 321.45 0.99 0.62
Hex FE 3D B9 0 4C 1B 0 141 63 3E
Octal 376 75 271 0 114 33 0 501 143 76
Binary 11111110 111101 10111001 0 1001100 11011 0 101000001 1100011 111110

Color Harmonies of #FE3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3DB9

Black with #FE3DB9

Text Example


Text Example

White with #FE3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3DB9; }

 p { color: rgb(254,61,185); }

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

background-color css

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

 a { background-color: rgb(254,61,185); }

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

border-color css

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

 span { border-color: rgb(254,61,185); }

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