Html Css Color HEX #F6547F Brink Pink

📋 copy color: '#F6547F'

red 246 ◦ green 84 ◦ blue 127

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

Shades of Brink Pink #F6547F

Tints of Brink Pink #F6547F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.79%

R = 53.83%
G = 18.38%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6547F (or 0xF6547F) is known color: Brink Pink. HEX triplet: F6, 54 and 7F. RGB value is (246,84,127). Sum of RGB (Red+Green+Blue) = 246+84+127=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6547F is #09AB80. Grayscale: #898989. Windows color (decimal): -633729 or 8344822. OLE color: 8344822.

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

Color convert

RGB 246 84 127 -
CMYK 0 0.66 0.48 0.04
HSL 344.07º 0.9% 0.65% -
HSV(B) 344.07º 0.66% 0.96% -
XYZ 45.01 27.47 23.01 -
YUV 137.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 246 84 127 0 0.66 0.48 0.04 344.07 0.9 0.65
Hex F6 54 7F 0 42 30 4 158 5A 41
Octal 366 124 177 0 102 60 4 530 132 101
Binary 11110110 1010100 1111111 0 1000010 110000 100 101011000 1011010 1000001

Color Harmonies of #F6547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6547F

Black with #F6547F

Text Example


Text Example

White with #F6547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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