Html Css Color HEX #F29993 Sweet Pink

📋 copy color: '#F29993'

red 242 ◦ green 153 ◦ blue 147

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

Shades of Sweet Pink #F29993

Tints of Sweet Pink #F29993

RGB

 RED value IS 242 (94.92% from 255) = 44.65%

 GREEN value IS 153 (60.16% from 255) = 28.23%

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

R = 44.65%
G = 28.23%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F29993 (or 0xF29993) is known color: Sweet Pink. HEX triplet: F2, 99 and 93. RGB value is (242,153,147). Sum of RGB (Red+Green+Blue) = 242+153+147=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F29993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29993 is #0D666C. Grayscale: #B3B3B3. Windows color (decimal): -878189 or 9673202. OLE color: 9673202.

HSL color Cylindrical-coordinate representation of color #F29993: hue angle of 3.79º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F29993 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 153 147 -
CMYK 0 0.37 0.39 0.05
HSL 3.79º 0.79% 0.76% -
HSV(B) 3.79º 0.39% 0.95% -
XYZ 53.28 43.77 33.24 -
YUV 178.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 242 153 147 0 0.37 0.39 0.05 3.79 0.79 0.76
Hex F2 99 93 0 25 27 5 4 4F 4C
Octal 362 231 223 0 45 47 5 4 117 114
Binary 11110010 10011001 10010011 0 100101 100111 101 100 1001111 1001100

Color Harmonies of #F29993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29993

Black with #F29993

Text Example


Text Example

White with #F29993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29993; }

 p { color: rgb(242,153,147); }

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

background-color css

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

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

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

border-color css

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

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

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