Html Css Color HEX #FE41C9 Razzle Dazzle Rose

📋 copy color: '#FE41C9'

red 254 ◦ green 65 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FE41C9

Tints of Razzle Dazzle Rose #FE41C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 48.85%
G = 12.5%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE41C9 (or 0xFE41C9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and C9. RGB value is (254,65,201). Sum of RGB (Red+Green+Blue) = 254+65+201=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41C9 is #01BE36. Grayscale: #888888. Windows color (decimal): -114231 or 13189630. OLE color: 13189630.

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

Color convert

RGB 254 65 201 -
CMYK 0 0.74 0.21 0.00
HSL 316.83º 0.99% 0.63% -
HSV(B) 316.83º 0.74% 1% -
XYZ 53.31 29.07 58.06 -
YUV 137.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 254 65 201 0 0.74 0.21 0.00 316.83 0.99 0.63
Hex FE 41 C9 0 4A 15 0 13D 63 3F
Octal 376 101 311 0 112 25 0 475 143 77
Binary 11111110 1000001 11001001 0 1001010 10101 0 100111101 1100011 111111

Color Harmonies of #FE41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE41C9

Black with #FE41C9

Text Example


Text Example

White with #FE41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE41C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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