Html Css Color HEX #F6508D French Rose

📋 copy color: '#F6508D'

red 246 ◦ green 80 ◦ blue 141

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

Shades of French Rose #F6508D

Tints of French Rose #F6508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 52.68%
G = 17.13%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6508D (or 0xF6508D) is known color: French Rose. HEX triplet: F6, 50 and 8D. RGB value is (246,80,141). Sum of RGB (Red+Green+Blue) = 246+80+141=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6508D is #09AF72. Grayscale: #888888. Windows color (decimal): -634739 or 9261302. OLE color: 9261302.

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

Color convert

RGB 246 80 141 -
CMYK 0 0.67 0.43 0.04
HSL 337.95º 0.9% 0.64% -
HSV(B) 337.95º 0.67% 0.96% -
XYZ 45.68 27.25 28.05 -
YUV 136.59 130.5 206.04 -
System Red Green Blue C M Y K H S L
Decimal 246 80 141 0 0.67 0.43 0.04 337.95 0.9 0.64
Hex F6 50 8D 0 43 2B 4 152 5A 40
Octal 366 120 215 0 103 53 4 522 132 100
Binary 11110110 1010000 10001101 0 1000011 101011 100 101010010 1011010 1000000

Color Harmonies of #F6508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6508D

Black with #F6508D

Text Example


Text Example

White with #F6508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6508D; }

 p { color: rgb(246,80,141); }

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

background-color css

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

 a { background-color: rgb(246,80,141); }

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

border-color css

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

 span { border-color: rgb(246,80,141); }

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