Html Css Color HEX #F6548A French Rose

📋 copy color: '#F6548A'

red 246 ◦ green 84 ◦ blue 138

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

Shades of French Rose #F6548A

Tints of French Rose #F6548A

RGB

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

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

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

R = 52.56%
G = 17.95%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6548A (or 0xF6548A) is known color: French Rose. HEX triplet: F6, 54 and 8A. RGB value is (246,84,138). Sum of RGB (Red+Green+Blue) = 246+84+138=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6548A is #09AB75. Grayscale: #8A8A8A. Windows color (decimal): -633718 or 9065718. OLE color: 9065718.

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

Color convert

RGB 246 84 138 -
CMYK 0 0.66 0.44 0.04
HSL 340º 0.9% 0.65% -
HSV(B) 340º 0.66% 0.96% -
XYZ 45.76 27.77 26.99 -
YUV 138.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 246 84 138 0 0.66 0.44 0.04 340 0.9 0.65
Hex F6 54 8A 0 42 2C 4 154 5A 41
Octal 366 124 212 0 102 54 4 524 132 101
Binary 11110110 1010100 10001010 0 1000010 101100 100 101010100 1011010 1000001

Color Harmonies of #F6548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6548A

Black with #F6548A

Text Example


Text Example

White with #F6548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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