Html Css Color HEX #F6548E French Rose

📋 copy color: '#F6548E'

red 246 ◦ green 84 ◦ blue 142

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

Shades of French Rose #F6548E

Tints of French Rose #F6548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.8%

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 52.12%
G = 17.8%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6548E (or 0xF6548E) is known color: French Rose. HEX triplet: F6, 54 and 8E. RGB value is (246,84,142). Sum of RGB (Red+Green+Blue) = 246+84+142=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6548E is #09AB71. Grayscale: #8A8A8A. Windows color (decimal): -633714 or 9327862. OLE color: 9327862.

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

Color convert

RGB 246 84 142 -
CMYK 0 0.66 0.42 0.04
HSL 338.52º 0.9% 0.65% -
HSV(B) 338.52º 0.66% 0.96% -
XYZ 46.06 27.89 28.55 -
YUV 139.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 246 84 142 0 0.66 0.42 0.04 338.52 0.9 0.65
Hex F6 54 8E 0 42 2A 4 153 5A 41
Octal 366 124 216 0 102 52 4 523 132 101
Binary 11110110 1010100 10001110 0 1000010 101010 100 101010011 1011010 1000001

Color Harmonies of #F6548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6548E

Black with #F6548E

Text Example


Text Example

White with #F6548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6548E; }

 p { color: rgb(246,84,142); }

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

background-color css

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

 a { background-color: rgb(246,84,142); }

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

border-color css

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

 span { border-color: rgb(246,84,142); }

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