Html Css Color HEX #F45D90 French Rose

📋 copy color: '#F45D90'

red 244 ◦ green 93 ◦ blue 144

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

Shades of French Rose #F45D90

Tints of French Rose #F45D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

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

R = 50.73%
G = 19.33%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F45D90 (or 0xF45D90) is known color: French Rose. HEX triplet: F4, 5D and 90. RGB value is (244,93,144). Sum of RGB (Red+Green+Blue) = 244+93+144=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D90 is #0BA26F. Grayscale: #8F8F8F. Windows color (decimal): -762480 or 9461236. OLE color: 9461236.

HSL color Cylindrical-coordinate representation of color #F45D90: hue angle of 339.74º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45D90 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 144 -
CMYK 0 0.62 0.41 0.04
HSL 339.74º 0.87% 0.66% -
HSV(B) 339.74º 0.62% 0.96% -
XYZ 46.26 29.08 29.56 -
YUV 143.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 244 93 144 0 0.62 0.41 0.04 339.74 0.87 0.66
Hex F4 5D 90 0 3E 29 4 154 57 42
Octal 364 135 220 0 76 51 4 524 127 102
Binary 11110100 1011101 10010000 0 111110 101001 100 101010100 1010111 1000010

Color Harmonies of #F45D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D90

Black with #F45D90

Text Example


Text Example

White with #F45D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D90; }

 p { color: rgb(244,93,144); }

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

background-color css

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

 a { background-color: rgb(244,93,144); }

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

border-color css

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

 span { border-color: rgb(244,93,144); }

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