Html Css Color HEX #F6558C French Rose

📋 copy color: '#F6558C'

red 246 ◦ green 85 ◦ blue 140

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

Shades of French Rose #F6558C

Tints of French Rose #F6558C

RGB

 RED value IS 246 (96.48% from 255) = 52.23%

 GREEN value IS 85 (33.59% from 255) = 18.05%

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

R = 52.23%
G = 18.05%
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

#F6558C (or 0xF6558C) is known color: French Rose. HEX triplet: F6, 55 and 8C. RGB value is (246,85,140). Sum of RGB (Red+Green+Blue) = 246+85+140=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6558C is #09AA73. Grayscale: #8B8B8B. Windows color (decimal): -633460 or 9197046. OLE color: 9197046.

HSL color Cylindrical-coordinate representation of color #F6558C: hue angle of 339.5º degrees, saturation: 0.9, 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 #F6558C is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 140 -
CMYK 0 0.65 0.43 0.04
HSL 339.5º 0.9% 0.65% -
HSV(B) 339.5º 0.65% 0.96% -
XYZ 45.99 27.98 27.79 -
YUV 139.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 246 85 140 0 0.65 0.43 0.04 339.5 0.9 0.65
Hex F6 55 8C 0 41 2B 4 154 5A 41
Octal 366 125 214 0 101 53 4 524 132 101
Binary 11110110 1010101 10001100 0 1000001 101011 100 101010100 1011010 1000001

Color Harmonies of #F6558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6558C

Black with #F6558C

Text Example


Text Example

White with #F6558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6558C; }

 p { color: rgb(246,85,140); }

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

background-color css

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

 a { background-color: rgb(246,85,140); }

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

border-color css

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

 span { border-color: rgb(246,85,140); }

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