Html Css Color HEX #F45089 French Rose

📋 copy color: '#F45089'

red 244 ◦ green 80 ◦ blue 137

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

Shades of French Rose #F45089

Tints of French Rose #F45089

RGB

 RED value IS 244 (95.7% from 255) = 52.93%

 GREEN value IS 80 (31.64% from 255) = 17.35%

 BLUE value IS 137 (53.91% from 255) = 29.72%

R = 52.93%
G = 17.35%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F45089 (or 0xF45089) is known color: French Rose. HEX triplet: F4, 50 and 89. RGB value is (244,80,137). Sum of RGB (Red+Green+Blue) = 244+80+137=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45089 is #0BAF76. Grayscale: #878787. Windows color (decimal): -765815 or 8999156. OLE color: 8999156.

HSL color Cylindrical-coordinate representation of color #F45089: hue angle of 339.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45089 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 137 -
CMYK 0 0.67 0.44 0.04
HSL 339.15º 0.88% 0.64% -
HSV(B) 339.15º 0.67% 0.96% -
XYZ 44.69 26.78 26.48 -
YUV 135.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 244 80 137 0 0.67 0.44 0.04 339.15 0.88 0.64
Hex F4 50 89 0 43 2C 4 153 58 40
Octal 364 120 211 0 103 54 4 523 130 100
Binary 11110100 1010000 10001001 0 1000011 101100 100 101010011 1011000 1000000

Color Harmonies of #F45089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45089

Black with #F45089

Text Example


Text Example

White with #F45089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45089; }

 p { color: rgb(244,80,137); }

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

background-color css

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

 a { background-color: rgb(244,80,137); }

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

border-color css

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

 span { border-color: rgb(244,80,137); }

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