Html Css Color HEX #F45095 French Rose

📋 copy color: '#F45095'

red 244 ◦ green 80 ◦ blue 149

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

Shades of French Rose #F45095

Tints of French Rose #F45095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 51.59%
G = 16.91%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F45095 (or 0xF45095) is known color: French Rose. HEX triplet: F4, 50 and 95. RGB value is (244,80,149). Sum of RGB (Red+Green+Blue) = 244+80+149=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F45095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45095 is #0BAF6A. Grayscale: #888888. Windows color (decimal): -765803 or 9785588. OLE color: 9785588.

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

Color convert

RGB 244 80 149 -
CMYK 0 0.67 0.39 0.04
HSL 334.76º 0.88% 0.64% -
HSV(B) 334.76º 0.67% 0.96% -
XYZ 45.6 27.14 31.27 -
YUV 136.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 244 80 149 0 0.67 0.39 0.04 334.76 0.88 0.64
Hex F4 50 95 0 43 27 4 14F 58 40
Octal 364 120 225 0 103 47 4 517 130 100
Binary 11110100 1010000 10010101 0 1000011 100111 100 101001111 1011000 1000000

Color Harmonies of #F45095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45095

Black with #F45095

Text Example


Text Example

White with #F45095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45095; }

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

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

background-color css

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

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

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

border-color css

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

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

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