Html Css Color HEX #F45A92 French Rose

📋 copy color: '#F45A92'

red 244 ◦ green 90 ◦ blue 146

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

Shades of French Rose #F45A92

Tints of French Rose #F45A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.75%

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

R = 50.83%
G = 18.75%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F45A92 (or 0xF45A92) is known color: French Rose. HEX triplet: F4, 5A and 92. RGB value is (244,90,146). Sum of RGB (Red+Green+Blue) = 244+90+146=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A92 is #0BA56D. Grayscale: #8E8E8E. Windows color (decimal): -763246 or 9591540. OLE color: 9591540.

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

Color convert

RGB 244 90 146 -
CMYK 0 0.63 0.40 0.04
HSL 338.18º 0.88% 0.65% -
HSV(B) 338.18º 0.63% 0.96% -
XYZ 46.15 28.62 30.29 -
YUV 142.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 244 90 146 0 0.63 0.40 0.04 338.18 0.88 0.65
Hex F4 5A 92 0 3F 28 4 152 58 41
Octal 364 132 222 0 77 50 4 522 130 101
Binary 11110100 1011010 10010010 0 111111 101000 100 101010010 1011000 1000001

Color Harmonies of #F45A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A92

Black with #F45A92

Text Example


Text Example

White with #F45A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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