Html Css Color HEX #F54992 French Rose

📋 copy color: '#F54992'

red 245 ◦ green 73 ◦ blue 146

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

Shades of French Rose #F54992

Tints of French Rose #F54992

RGB

 RED value IS 245 (96.09% from 255) = 52.8%

 GREEN value IS 73 (28.91% from 255) = 15.73%

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

R = 52.8%
G = 15.73%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F54992 (or 0xF54992) is known color: French Rose. HEX triplet: F5, 49 and 92. RGB value is (245,73,146). Sum of RGB (Red+Green+Blue) = 245+73+146=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F54992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54992 is #0AB66D. Grayscale: #848484. Windows color (decimal): -702062 or 9587189. OLE color: 9587189.

HSL color Cylindrical-coordinate representation of color #F54992: hue angle of 334.53º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54992 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 146 -
CMYK 0 0.70 0.40 0.04
HSL 334.53º 0.9% 0.62% -
HSV(B) 334.53º 0.7% 0.96% -
XYZ 45.23 26.25 29.88 -
YUV 132.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 245 73 146 0 0.70 0.40 0.04 334.53 0.9 0.62
Hex F5 49 92 0 46 28 4 14F 5A 3E
Octal 365 111 222 0 106 50 4 517 132 76
Binary 11110101 1001001 10010010 0 1000110 101000 100 101001111 1011010 111110

Color Harmonies of #F54992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54992

Black with #F54992

Text Example


Text Example

White with #F54992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54992; }

 p { color: rgb(245,73,146); }

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

background-color css

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

 a { background-color: rgb(245,73,146); }

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

border-color css

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

 span { border-color: rgb(245,73,146); }

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