Html Css Color HEX #F45D92 French Rose

📋 copy color: '#F45D92'

red 244 ◦ green 93 ◦ blue 146

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

Shades of French Rose #F45D92

Tints of French Rose #F45D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 50.52%
G = 19.25%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F45D92 (or 0xF45D92) is known color: French Rose. HEX triplet: F4, 5D and 92. RGB value is (244,93,146). Sum of RGB (Red+Green+Blue) = 244+93+146=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D92 is #0BA26D. Grayscale: #909090. Windows color (decimal): -762478 or 9592308. OLE color: 9592308.

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

Color convert

RGB 244 93 146 -
CMYK 0 0.62 0.40 0.04
HSL 338.94º 0.87% 0.66% -
HSV(B) 338.94º 0.62% 0.96% -
XYZ 46.41 29.14 30.37 -
YUV 144.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 244 93 146 0 0.62 0.40 0.04 338.94 0.87 0.66
Hex F4 5D 92 0 3E 28 4 153 57 42
Octal 364 135 222 0 76 50 4 523 127 102
Binary 11110100 1011101 10010010 0 111110 101000 100 101010011 1010111 1000010

Color Harmonies of #F45D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D92

Black with #F45D92

Text Example


Text Example

White with #F45D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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