Html Css Color HEX #FE4C96 French Rose

📋 copy color: '#FE4C96'

red 254 ◦ green 76 ◦ blue 150

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

Shades of French Rose #FE4C96

Tints of French Rose #FE4C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 52.92%
G = 15.83%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE4C96 (or 0xFE4C96) is known color: French Rose. HEX triplet: FE, 4C and 96. RGB value is (254,76,150). Sum of RGB (Red+Green+Blue) = 254+76+150=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4C96 is #01B369. Grayscale: #898989. Windows color (decimal): -111466 or 9850110. OLE color: 9850110.

HSL color Cylindrical-coordinate representation of color #FE4C96: hue angle of 335.06º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4C96 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 76 150 -
CMYK 0 0.70 0.41 0.00
HSL 335.06º 0.99% 0.65% -
HSV(B) 335.06º 0.7% 1% -
XYZ 48.96 28.44 31.76 -
YUV 137.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 254 76 150 0 0.70 0.41 0.00 335.06 0.99 0.65
Hex FE 4C 96 0 46 29 0 14F 63 41
Octal 376 114 226 0 106 51 0 517 143 101
Binary 11111110 1001100 10010110 0 1000110 101001 0 101001111 1100011 1000001

Color Harmonies of #FE4C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C96

Black with #FE4C96

Text Example


Text Example

White with #FE4C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C96; }

 p { color: rgb(254,76,150); }

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

background-color css

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

 a { background-color: rgb(254,76,150); }

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

border-color css

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

 span { border-color: rgb(254,76,150); }

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