Html Css Color HEX #F6918E Sweet Pink

📋 copy color: '#F6918E'

red 246 ◦ green 145 ◦ blue 142

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

Shades of Sweet Pink #F6918E

Tints of Sweet Pink #F6918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.2%

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

R = 46.15%
G = 27.2%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6918E (or 0xF6918E) is known color: Sweet Pink. HEX triplet: F6, 91 and 8E. RGB value is (246,145,142). Sum of RGB (Red+Green+Blue) = 246+145+142=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6918E is #096E71. Grayscale: #AEAEAE. Windows color (decimal): -618098 or 9343478. OLE color: 9343478.

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

Color convert

RGB 246 145 142 -
CMYK 0 0.41 0.42 0.04
HSL 1.73º 0.85% 0.76% -
HSV(B) 1.73º 0.42% 0.96% -
XYZ 53.01 41.8 30.86 -
YUV 174.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 246 145 142 0 0.41 0.42 0.04 1.73 0.85 0.76
Hex F6 91 8E 0 29 2A 4 2 55 4C
Octal 366 221 216 0 51 52 4 2 125 114
Binary 11110110 10010001 10001110 0 101001 101010 100 10 1010101 1001100

Color Harmonies of #F6918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6918E

Black with #F6918E

Text Example


Text Example

White with #F6918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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