Html Css Color HEX #F29992 Sweet Pink

📋 copy color: '#F29992'

red 242 ◦ green 153 ◦ blue 146

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

Shades of Sweet Pink #F29992

Tints of Sweet Pink #F29992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.99%

R = 44.73%
G = 28.28%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F29992 (or 0xF29992) is known color: Sweet Pink. HEX triplet: F2, 99 and 92. RGB value is (242,153,146). Sum of RGB (Red+Green+Blue) = 242+153+146=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F29992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29992 is #0D666D. Grayscale: #B2B2B2. Windows color (decimal): -878190 or 9607666. OLE color: 9607666.

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

Color convert

RGB 242 153 146 -
CMYK 0 0.37 0.40 0.05
HSL 4.38º 0.79% 0.76% -
HSV(B) 4.38º 0.4% 0.95% -
XYZ 53.2 43.74 32.83 -
YUV 178.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 242 153 146 0 0.37 0.40 0.05 4.38 0.79 0.76
Hex F2 99 92 0 25 28 5 4 4F 4C
Octal 362 231 222 0 45 50 5 4 117 114
Binary 11110010 10011001 10010010 0 100101 101000 101 100 1001111 1001100

Color Harmonies of #F29992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29992

Black with #F29992

Text Example


Text Example

White with #F29992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29992; }

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

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

background-color css

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

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

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

border-color css

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

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

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