Html Css Color HEX #F6568A French Rose

📋 copy color: '#F6568A'

red 246 ◦ green 86 ◦ blue 138

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

Shades of French Rose #F6568A

Tints of French Rose #F6568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 52.34%
G = 18.3%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6568A (or 0xF6568A) is known color: French Rose. HEX triplet: F6, 56 and 8A. RGB value is (246,86,138). Sum of RGB (Red+Green+Blue) = 246+86+138=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6568A is #09A975. Grayscale: #8B8B8B. Windows color (decimal): -633206 or 9066230. OLE color: 9066230.

HSL color Cylindrical-coordinate representation of color #F6568A: hue angle of 340.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 #F6568A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 86 138 -
CMYK 0 0.65 0.44 0.04
HSL 340.5º 0.9% 0.65% -
HSV(B) 340.5º 0.65% 0.96% -
XYZ 45.92 28.08 27.05 -
YUV 139.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 246 86 138 0 0.65 0.44 0.04 340.5 0.9 0.65
Hex F6 56 8A 0 41 2C 4 154 5A 41
Octal 366 126 212 0 101 54 4 524 132 101
Binary 11110110 1010110 10001010 0 1000001 101100 100 101010100 1011010 1000001

Color Harmonies of #F6568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6568A

Black with #F6568A

Text Example


Text Example

White with #F6568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6568A; }

 p { color: rgb(246,86,138); }

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

background-color css

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

 a { background-color: rgb(246,86,138); }

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

border-color css

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

 span { border-color: rgb(246,86,138); }

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