Html Css Color HEX #F54F82 French Rose

📋 copy color: '#F54F82'

red 245 ◦ green 79 ◦ blue 130

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

Shades of French Rose #F54F82

Tints of French Rose #F54F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.4%

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 53.96%
G = 17.4%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F54F82 (or 0xF54F82) is known color: French Rose. HEX triplet: F5, 4F and 82. RGB value is (245,79,130). Sum of RGB (Red+Green+Blue) = 245+79+130=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54F82 is #0AB07D. Grayscale: #868686. Windows color (decimal): -700542 or 8540149. OLE color: 8540149.

HSL color Cylindrical-coordinate representation of color #F54F82: hue angle of 341.57º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54F82 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 79 130 -
CMYK 0 0.68 0.47 0.04
HSL 341.57º 0.89% 0.64% -
HSV(B) 341.57º 0.68% 0.96% -
XYZ 44.48 26.62 23.91 -
YUV 134.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 245 79 130 0 0.68 0.47 0.04 341.57 0.89 0.64
Hex F5 4F 82 0 44 2F 4 156 59 40
Octal 365 117 202 0 104 57 4 526 131 100
Binary 11110101 1001111 10000010 0 1000100 101111 100 101010110 1011001 1000000

Color Harmonies of #F54F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F82

Black with #F54F82

Text Example


Text Example

White with #F54F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F82; }

 p { color: rgb(245,79,130); }

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

background-color css

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

 a { background-color: rgb(245,79,130); }

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

border-color css

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

 span { border-color: rgb(245,79,130); }

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