Html Css Color HEX #F68F8D Sweet Pink

📋 copy color: '#F68F8D'

red 246 ◦ green 143 ◦ blue 141

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

Shades of Sweet Pink #F68F8D

Tints of Sweet Pink #F68F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.98%

 BLUE value IS 141 (55.47% from 255) = 26.6%

R = 46.42%
G = 26.98%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F68F8D (or 0xF68F8D) is known color: Sweet Pink. HEX triplet: F6, 8F and 8D. RGB value is (246,143,141). Sum of RGB (Red+Green+Blue) = 246+143+141=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F8D is #097072. Grayscale: #ADADAD. Windows color (decimal): -618611 or 9277430. OLE color: 9277430.

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

Color convert

RGB 246 143 141 -
CMYK 0 0.42 0.43 0.04
HSL 1.14º 0.85% 0.76% -
HSV(B) 1.14º 0.43% 0.96% -
XYZ 52.64 41.16 30.37 -
YUV 173.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 246 143 141 0 0.42 0.43 0.04 1.14 0.85 0.76
Hex F6 8F 8D 0 2A 2B 4 1 55 4C
Octal 366 217 215 0 52 53 4 1 125 114
Binary 11110110 10001111 10001101 0 101010 101011 100 1 1010101 1001100

Color Harmonies of #F68F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F8D

Black with #F68F8D

Text Example


Text Example

White with #F68F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F8D; }

 p { color: rgb(246,143,141); }

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

background-color css

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

 a { background-color: rgb(246,143,141); }

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

border-color css

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

 span { border-color: rgb(246,143,141); }

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