Html Css Color HEX #F69090 Sweet Pink

📋 copy color: '#F69090'

red 246 ◦ green 144 ◦ blue 144

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

Shades of Sweet Pink #F69090

Tints of Sweet Pink #F69090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 46.07%
G = 26.97%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F69090 (or 0xF69090) is known color: Sweet Pink. HEX triplet: F6, 90 and 90. RGB value is (246,144,144). Sum of RGB (Red+Green+Blue) = 246+144+144=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F69090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69090 is #096F6F. Grayscale: #AEAEAE. Windows color (decimal): -618352 or 9474294. OLE color: 9474294.

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

Color convert

RGB 246 144 144 -
CMYK 0 0.41 0.41 0.04
HSL 0.85% 0.76% -
HSV(B) 0.41% 0.96% -
XYZ 53.01 41.55 31.61 -
YUV 174.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 246 144 144 0 0.41 0.41 0.04 0 0.85 0.76
Hex F6 90 90 0 29 29 4 0 55 4C
Octal 366 220 220 0 51 51 4 0 125 114
Binary 11110110 10010000 10010000 0 101001 101001 100 0 1010101 1001100

Color Harmonies of #F69090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69090

Black with #F69090

Text Example


Text Example

White with #F69090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69090; }

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

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

background-color css

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

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

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

border-color css

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

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

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