Html Css Color HEX #F54C8F French Rose

📋 copy color: '#F54C8F'

red 245 ◦ green 76 ◦ blue 143

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

Shades of French Rose #F54C8F

Tints of French Rose #F54C8F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 52.8%
G = 16.38%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F54C8F (or 0xF54C8F) is known color: French Rose. HEX triplet: F5, 4C and 8F. RGB value is (245,76,143). Sum of RGB (Red+Green+Blue) = 245+76+143=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54C8F is #0AB370. Grayscale: #868686. Windows color (decimal): -701297 or 9391349. OLE color: 9391349.

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

Color convert

RGB 245 76 143 -
CMYK 0 0.69 0.42 0.04
HSL 336.21º 0.89% 0.63% -
HSV(B) 336.21º 0.69% 0.96% -
XYZ 45.2 26.56 28.73 -
YUV 134.17 132.99 207.05 -
System Red Green Blue C M Y K H S L
Decimal 245 76 143 0 0.69 0.42 0.04 336.21 0.89 0.63
Hex F5 4C 8F 0 45 2A 4 150 59 3F
Octal 365 114 217 0 105 52 4 520 131 77
Binary 11110101 1001100 10001111 0 1000101 101010 100 101010000 1011001 111111

Color Harmonies of #F54C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C8F

Black with #F54C8F

Text Example


Text Example

White with #F54C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C8F; }

 p { color: rgb(245,76,143); }

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

background-color css

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

 a { background-color: rgb(245,76,143); }

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

border-color css

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

 span { border-color: rgb(245,76,143); }

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