Html Css Color HEX #FE40B5 Razzle Dazzle Rose

📋 copy color: '#FE40B5'

red 254 ◦ green 64 ◦ blue 181

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

Shades of Razzle Dazzle Rose #FE40B5

Tints of Razzle Dazzle Rose #FE40B5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.83%

 BLUE value IS 181 (71.09% from 255) = 36.27%

R = 50.9%
G = 12.83%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE40B5 (or 0xFE40B5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and B5. RGB value is (254,64,181). Sum of RGB (Red+Green+Blue) = 254+64+181=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40B5 is #01BF4A. Grayscale: #858585. Windows color (decimal): -114507 or 11878654. OLE color: 11878654.

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

Color convert

RGB 254 64 181 -
CMYK 0 0.75 0.29 0.00
HSL 323.05º 0.99% 0.62% -
HSV(B) 323.05º 0.75% 1% -
XYZ 51.05 28.07 46.44 -
YUV 134.15 154.45 213.49 -
System Red Green Blue C M Y K H S L
Decimal 254 64 181 0 0.75 0.29 0.00 323.05 0.99 0.62
Hex FE 40 B5 0 4B 1D 0 143 63 3E
Octal 376 100 265 0 113 35 0 503 143 76
Binary 11111110 1000000 10110101 0 1001011 11101 0 101000011 1100011 111110

Color Harmonies of #FE40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE40B5

Black with #FE40B5

Text Example


Text Example

White with #FE40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE40B5; }

 p { color: rgb(254,64,181); }

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

background-color css

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

 a { background-color: rgb(254,64,181); }

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

border-color css

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

 span { border-color: rgb(254,64,181); }

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