Html Css Color HEX #F54F93 French Rose

📋 copy color: '#F54F93'

red 245 ◦ green 79 ◦ blue 147

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

Shades of French Rose #F54F93

Tints of French Rose #F54F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 52.02%
G = 16.77%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F54F93 (or 0xF54F93) is known color: French Rose. HEX triplet: F5, 4F and 93. RGB value is (245,79,147). Sum of RGB (Red+Green+Blue) = 245+79+147=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54F93 is #0AB06C. Grayscale: #888888. Windows color (decimal): -700525 or 9654261. OLE color: 9654261.

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

Color convert

RGB 245 79 147 -
CMYK 0 0.68 0.4 0.04
HSL 335.42º 0.89% 0.64% -
HSV(B) 335.42º 0.68% 0.96% -
XYZ 45.72 27.11 30.43 -
YUV 136.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 245 79 147 0 0.68 0.4 0.04 335.42 0.89 0.64
Hex F5 4F 93 0 44 28 4 14F 59 40
Octal 365 117 223 0 104 50 4 517 131 100
Binary 11110101 1001111 10010011 0 1000100 101000 100 101001111 1011001 1000000

Color Harmonies of #F54F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F93

Black with #F54F93

Text Example


Text Example

White with #F54F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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