Html Css Color HEX #FE40BB Razzle Dazzle Rose

📋 copy color: '#FE40BB'

red 254 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FE40BB

Tints of Razzle Dazzle Rose #FE40BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 50.3%
G = 12.67%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE40BB (or 0xFE40BB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and BB. RGB value is (254,64,187). Sum of RGB (Red+Green+Blue) = 254+64+187=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40BB is #01BF44. Grayscale: #868686. Windows color (decimal): -114501 or 12271870. OLE color: 12271870.

HSL color Cylindrical-coordinate representation of color #FE40BB: hue angle of 321.16º 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 #FE40BB is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 64 187 -
CMYK 0 0.75 0.26 0.00
HSL 321.16º 0.99% 0.62% -
HSV(B) 321.16º 0.75% 1% -
XYZ 51.68 28.33 49.76 -
YUV 134.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 254 64 187 0 0.75 0.26 0.00 321.16 0.99 0.62
Hex FE 40 BB 0 4B 1A 0 141 63 3E
Octal 376 100 273 0 113 32 0 501 143 76
Binary 11111110 1000000 10111011 0 1001011 11010 0 101000001 1100011 111110

Color Harmonies of #FE40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE40BB

Black with #FE40BB

Text Example


Text Example

White with #FE40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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