Html Css Color HEX #F45091 French Rose

📋 copy color: '#F45091'

red 244 ◦ green 80 ◦ blue 145

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

Shades of French Rose #F45091

Tints of French Rose #F45091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 52.03%
G = 17.06%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F45091 (or 0xF45091) is known color: French Rose. HEX triplet: F4, 50 and 91. RGB value is (244,80,145). Sum of RGB (Red+Green+Blue) = 244+80+145=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F45091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45091 is #0BAF6E. Grayscale: #888888. Windows color (decimal): -765807 or 9523444. OLE color: 9523444.

HSL color Cylindrical-coordinate representation of color #F45091: hue angle of 336.22º 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 #F45091 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 145 -
CMYK 0 0.67 0.41 0.04
HSL 336.22º 0.88% 0.64% -
HSV(B) 336.22º 0.67% 0.96% -
XYZ 45.29 27.01 29.62 -
YUV 136.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 244 80 145 0 0.67 0.41 0.04 336.22 0.88 0.64
Hex F4 50 91 0 43 29 4 150 58 40
Octal 364 120 221 0 103 51 4 520 130 100
Binary 11110100 1010000 10010001 0 1000011 101001 100 101010000 1011000 1000000

Color Harmonies of #F45091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45091

Black with #F45091

Text Example


Text Example

White with #F45091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45091; }

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

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

background-color css

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

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

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

border-color css

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

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

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