Html Css Color HEX #F6908E Sweet Pink

📋 copy color: '#F6908E'

red 246 ◦ green 144 ◦ blue 142

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

Shades of Sweet Pink #F6908E

Tints of Sweet Pink #F6908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.07%

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

R = 46.24%
G = 27.07%
B = 26.69%

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

#F6908E (or 0xF6908E) is known color: Sweet Pink. HEX triplet: F6, 90 and 8E. RGB value is (246,144,142). Sum of RGB (Red+Green+Blue) = 246+144+142=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F6908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6908E is #096F71. Grayscale: #AEAEAE. Windows color (decimal): -618354 or 9343222. OLE color: 9343222.

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

Color convert

RGB 246 144 142 -
CMYK 0 0.41 0.42 0.04
HSL 1.15º 0.85% 0.76% -
HSV(B) 1.15º 0.42% 0.96% -
XYZ 52.86 41.49 30.81 -
YUV 174.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 246 144 142 0 0.41 0.42 0.04 1.15 0.85 0.76
Hex F6 90 8E 0 29 2A 4 1 55 4C
Octal 366 220 216 0 51 52 4 1 125 114
Binary 11110110 10010000 10001110 0 101001 101010 100 1 1010101 1001100

Color Harmonies of #F6908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6908E

Black with #F6908E

Text Example


Text Example

White with #F6908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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