Html Css Color HEX #F6648C Brink Pink

📋 copy color: '#F6648C'

red 246 ◦ green 100 ◦ blue 140

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

Shades of Brink Pink #F6648C

Tints of Brink Pink #F6648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 50.62%
G = 20.58%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6648C (or 0xF6648C) is known color: Brink Pink. HEX triplet: F6, 64 and 8C. RGB value is (246,100,140). Sum of RGB (Red+Green+Blue) = 246+100+140=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6648C is #099B73. Grayscale: #949494. Windows color (decimal): -629620 or 9200886. OLE color: 9200886.

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

Color convert

RGB 246 100 140 -
CMYK 0 0.59 0.43 0.04
HSL 343.56º 0.89% 0.68% -
HSV(B) 343.56º 0.59% 0.96% -
XYZ 47.3 30.6 28.22 -
YUV 148.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 246 100 140 0 0.59 0.43 0.04 343.56 0.89 0.68
Hex F6 64 8C 0 3B 2B 4 158 59 44
Octal 366 144 214 0 73 53 4 530 131 104
Binary 11110110 1100100 10001100 0 111011 101011 100 101011000 1011001 1000100

Color Harmonies of #F6648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6648C

Black with #F6648C

Text Example


Text Example

White with #F6648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6648C; }

 p { color: rgb(246,100,140); }

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

background-color css

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

 a { background-color: rgb(246,100,140); }

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

border-color css

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

 span { border-color: rgb(246,100,140); }

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