Html Css Color HEX #FE41BD Razzle Dazzle Rose

📋 copy color: '#FE41BD'

red 254 ◦ green 65 ◦ blue 189

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

Shades of Razzle Dazzle Rose #FE41BD

Tints of Razzle Dazzle Rose #FE41BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 50%
G = 12.8%
B = 37.2%

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

#FE41BD (or 0xFE41BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and BD. RGB value is (254,65,189). Sum of RGB (Red+Green+Blue) = 254+65+189=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41BD is #01BE42. Grayscale: #878787. Windows color (decimal): -114243 or 12403198. OLE color: 12403198.

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

Color convert

RGB 254 65 189 -
CMYK 0 0.74 0.26 0.00
HSL 320.63º 0.99% 0.63% -
HSV(B) 320.63º 0.74% 1% -
XYZ 51.95 28.53 50.91 -
YUV 135.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 254 65 189 0 0.74 0.26 0.00 320.63 0.99 0.63
Hex FE 41 BD 0 4A 1A 0 141 63 3F
Octal 376 101 275 0 112 32 0 501 143 77
Binary 11111110 1000001 10111101 0 1001010 11010 0 101000001 1100011 111111

Color Harmonies of #FE41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE41BD

Black with #FE41BD

Text Example


Text Example

White with #FE41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE41BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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