Html Css Color HEX #F6948A Sweet Pink

📋 copy color: '#F6948A'

red 246 ◦ green 148 ◦ blue 138

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

Shades of Sweet Pink #F6948A

Tints of Sweet Pink #F6948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.82%

 BLUE value IS 138 (54.3% from 255) = 25.94%

R = 46.24%
G = 27.82%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6948A (or 0xF6948A) is known color: Sweet Pink. HEX triplet: F6, 94 and 8A. RGB value is (246,148,138). Sum of RGB (Red+Green+Blue) = 246+148+138=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F6948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6948A is #096B75. Grayscale: #B0B0B0. Windows color (decimal): -617334 or 9082102. OLE color: 9082102.

HSL color Cylindrical-coordinate representation of color #F6948A: hue angle of 5.56º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6948A is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 138 -
CMYK 0 0.40 0.44 0.04
HSL 5.56º 0.86% 0.75% -
HSV(B) 5.56º 0.44% 0.96% -
XYZ 53.18 42.61 29.47 -
YUV 176.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 246 148 138 0 0.40 0.44 0.04 5.56 0.86 0.75
Hex F6 94 8A 0 28 2C 4 6 56 4B
Octal 366 224 212 0 50 54 4 6 126 113
Binary 11110110 10010100 10001010 0 101000 101100 100 110 1010110 1001011

Color Harmonies of #F6948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6948A

Black with #F6948A

Text Example


Text Example

White with #F6948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6948A; }

 p { color: rgb(246,148,138); }

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

background-color css

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

 a { background-color: rgb(246,148,138); }

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

border-color css

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

 span { border-color: rgb(246,148,138); }

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