Html Css Color HEX #F6508F French Rose

📋 copy color: '#F6508F'

red 246 ◦ green 80 ◦ blue 143

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

Shades of French Rose #F6508F

Tints of French Rose #F6508F

RGB

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

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

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

R = 52.45%
G = 17.06%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6508F (or 0xF6508F) is known color: French Rose. HEX triplet: F6, 50 and 8F. RGB value is (246,80,143). Sum of RGB (Red+Green+Blue) = 246+80+143=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6508F is #09AF70. Grayscale: #888888. Windows color (decimal): -634737 or 9392374. OLE color: 9392374.

HSL color Cylindrical-coordinate representation of color #F6508F: hue angle of 337.23º 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 #F6508F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 80 143 -
CMYK 0 0.67 0.42 0.04
HSL 337.23º 0.9% 0.64% -
HSV(B) 337.23º 0.67% 0.96% -
XYZ 45.83 27.31 28.84 -
YUV 136.82 131.5 205.88 -
System Red Green Blue C M Y K H S L
Decimal 246 80 143 0 0.67 0.42 0.04 337.23 0.9 0.64
Hex F6 50 8F 0 43 2A 4 151 5A 40
Octal 366 120 217 0 103 52 4 521 132 100
Binary 11110110 1010000 10001111 0 1000011 101010 100 101010001 1011010 1000000

Color Harmonies of #F6508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6508F

Black with #F6508F

Text Example


Text Example

White with #F6508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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