Html Css Color HEX #F5568C French Rose

📋 copy color: '#F5568C'

red 245 ◦ green 86 ◦ blue 140

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

Shades of French Rose #F5568C

Tints of French Rose #F5568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 52.02%
G = 18.26%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5568C (or 0xF5568C) is known color: French Rose. HEX triplet: F5, 56 and 8C. RGB value is (245,86,140). Sum of RGB (Red+Green+Blue) = 245+86+140=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5568C is #0AA973. Grayscale: #8B8B8B. Windows color (decimal): -698740 or 9197301. OLE color: 9197301.

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

Color convert

RGB 245 86 140 -
CMYK 0 0.65 0.43 0.04
HSL 339.62º 0.89% 0.65% -
HSV(B) 339.62º 0.65% 0.96% -
XYZ 45.72 27.96 27.8 -
YUV 139.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 245 86 140 0 0.65 0.43 0.04 339.62 0.89 0.65
Hex F5 56 8C 0 41 2B 4 154 59 41
Octal 365 126 214 0 101 53 4 524 131 101
Binary 11110101 1010110 10001100 0 1000001 101011 100 101010100 1011001 1000001

Color Harmonies of #F5568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5568C

Black with #F5568C

Text Example


Text Example

White with #F5568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5568C; }

 p { color: rgb(245,86,140); }

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

background-color css

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

 a { background-color: rgb(245,86,140); }

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

border-color css

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

 span { border-color: rgb(245,86,140); }

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