Html Css Color HEX #FE4B90 French Rose

📋 copy color: '#FE4B90'

red 254 ◦ green 75 ◦ blue 144

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

Shades of French Rose #FE4B90

Tints of French Rose #FE4B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.86%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 53.7%
G = 15.86%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE4B90 (or 0xFE4B90) is known color: French Rose. HEX triplet: FE, 4B and 90. RGB value is (254,75,144). Sum of RGB (Red+Green+Blue) = 254+75+144=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4B90 is #01B46F. Grayscale: #888888. Windows color (decimal): -111728 or 9456638. OLE color: 9456638.

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

Color convert

RGB 254 75 144 -
CMYK 0 0.70 0.43 0.00
HSL 336.87º 0.99% 0.65% -
HSV(B) 336.87º 0.7% 1% -
XYZ 48.42 28.12 29.26 -
YUV 136.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 254 75 144 0 0.70 0.43 0.00 336.87 0.99 0.65
Hex FE 4B 90 0 46 2B 0 151 63 41
Octal 376 113 220 0 106 53 0 521 143 101
Binary 11111110 1001011 10010000 0 1000110 101011 0 101010001 1100011 1000001

Color Harmonies of #FE4B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B90

Black with #FE4B90

Text Example


Text Example

White with #FE4B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B90; }

 p { color: rgb(254,75,144); }

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

background-color css

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

 a { background-color: rgb(254,75,144); }

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

border-color css

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

 span { border-color: rgb(254,75,144); }

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