Html Css Color HEX #FE41BB Razzle Dazzle Rose

📋 copy color: '#FE41BB'

red 254 ◦ green 65 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FE41BB

Tints of Razzle Dazzle Rose #FE41BB

RGB

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

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

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

R = 50.2%
G = 12.85%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE41BB (or 0xFE41BB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and BB. RGB value is (254,65,187). Sum of RGB (Red+Green+Blue) = 254+65+187=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41BB is #01BE44. Grayscale: #878787. Windows color (decimal): -114245 or 12272126. OLE color: 12272126.

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

Color convert

RGB 254 65 187 -
CMYK 0 0.74 0.26 0.00
HSL 321.27º 0.99% 0.63% -
HSV(B) 321.27º 0.74% 1% -
XYZ 51.73 28.44 49.78 -
YUV 135.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 254 65 187 0 0.74 0.26 0.00 321.27 0.99 0.63
Hex FE 41 BB 0 4A 1A 0 141 63 3F
Octal 376 101 273 0 112 32 0 501 143 77
Binary 11111110 1000001 10111011 0 1001010 11010 0 101000001 1100011 111111

Color Harmonies of #FE41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE41BB

Black with #FE41BB

Text Example


Text Example

White with #FE41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE41BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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