Html Css Color HEX #F69393 Sweet Pink

📋 copy color: '#F69393'

red 246 ◦ green 147 ◦ blue 147

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

Shades of Sweet Pink #F69393

Tints of Sweet Pink #F69393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.22%

 BLUE value IS 147 (57.81% from 255) = 27.22%

R = 45.56%
G = 27.22%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F69393 (or 0xF69393) is known color: Sweet Pink. HEX triplet: F6, 93 and 93. RGB value is (246,147,147). Sum of RGB (Red+Green+Blue) = 246+147+147=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F69393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69393 is #096C6C. Grayscale: #B0B0B0. Windows color (decimal): -617581 or 9671670. OLE color: 9671670.

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

Color convert

RGB 246 147 147 -
CMYK 0 0.40 0.40 0.04
HSL 0.85% 0.77% -
HSV(B) 0.4% 0.96% -
XYZ 53.71 42.57 32.99 -
YUV 176.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 246 147 147 0 0.40 0.40 0.04 0 0.85 0.77
Hex F6 93 93 0 28 28 4 0 55 4D
Octal 366 223 223 0 50 50 4 0 125 115
Binary 11110110 10010011 10010011 0 101000 101000 100 0 1010101 1001101

Color Harmonies of #F69393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69393

Black with #F69393

Text Example


Text Example

White with #F69393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69393; }

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

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

background-color css

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

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

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

border-color css

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

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

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