Html Css Color HEX #F54985 French Rose

📋 copy color: '#F54985'

red 245 ◦ green 73 ◦ blue 133

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

Shades of French Rose #F54985

Tints of French Rose #F54985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 54.32%
G = 16.19%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F54985 (or 0xF54985) is known color: French Rose. HEX triplet: F5, 49 and 85. RGB value is (245,73,133). Sum of RGB (Red+Green+Blue) = 245+73+133=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F54985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54985 is #0AB67A. Grayscale: #838383. Windows color (decimal): -702075 or 8735221. OLE color: 8735221.

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

Color convert

RGB 245 73 133 -
CMYK 0 0.70 0.46 0.04
HSL 339.07º 0.9% 0.62% -
HSV(B) 339.07º 0.7% 0.96% -
XYZ 44.27 25.87 24.85 -
YUV 131.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 245 73 133 0 0.70 0.46 0.04 339.07 0.9 0.62
Hex F5 49 85 0 46 2E 4 153 5A 3E
Octal 365 111 205 0 106 56 4 523 132 76
Binary 11110101 1001001 10000101 0 1000110 101110 100 101010011 1011010 111110

Color Harmonies of #F54985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54985

Black with #F54985

Text Example


Text Example

White with #F54985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54985; }

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

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

background-color css

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

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

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

border-color css

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

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

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