Html Css Color HEX #F54A83 French Rose

📋 copy color: '#F54A83'

red 245 ◦ green 74 ◦ blue 131

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

Shades of French Rose #F54A83

Tints of French Rose #F54A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 54.44%
G = 16.44%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F54A83 (or 0xF54A83) is known color: French Rose. HEX triplet: F5, 4A and 83. RGB value is (245,74,131). Sum of RGB (Red+Green+Blue) = 245+74+131=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54A83 is #0AB57C. Grayscale: #838383. Windows color (decimal): -701821 or 8604405. OLE color: 8604405.

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

Color convert

RGB 245 74 131 -
CMYK 0 0.70 0.47 0.04
HSL 340º 0.9% 0.63% -
HSV(B) 340º 0.7% 0.96% -
XYZ 44.2 25.95 24.15 -
YUV 131.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 245 74 131 0 0.70 0.47 0.04 340 0.9 0.63
Hex F5 4A 83 0 46 2F 4 154 5A 3F
Octal 365 112 203 0 106 57 4 524 132 77
Binary 11110101 1001010 10000011 0 1000110 101111 100 101010100 1011010 111111

Color Harmonies of #F54A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54A83

Black with #F54A83

Text Example


Text Example

White with #F54A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54A83; }

 p { color: rgb(245,74,131); }

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

background-color css

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

 a { background-color: rgb(245,74,131); }

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

border-color css

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

 span { border-color: rgb(245,74,131); }

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