Html Css Color HEX #F29893 Sweet Pink

📋 copy color: '#F29893'

red 242 ◦ green 152 ◦ blue 147

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

Shades of Sweet Pink #F29893

Tints of Sweet Pink #F29893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.1%

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

R = 44.73%
G = 28.1%
B = 27.17%

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

#F29893 (or 0xF29893) is known color: Sweet Pink. HEX triplet: F2, 98 and 93. RGB value is (242,152,147). Sum of RGB (Red+Green+Blue) = 242+152+147=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F29893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29893 is #0D676C. Grayscale: #B2B2B2. Windows color (decimal): -878445 or 9672946. OLE color: 9672946.

HSL color Cylindrical-coordinate representation of color #F29893: hue angle of 3.16º 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 #F29893 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 147 -
CMYK 0 0.37 0.39 0.05
HSL 3.16º 0.79% 0.76% -
HSV(B) 3.16º 0.39% 0.95% -
XYZ 53.11 43.44 33.19 -
YUV 178.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 242 152 147 0 0.37 0.39 0.05 3.16 0.79 0.76
Hex F2 98 93 0 25 27 5 3 4F 4C
Octal 362 230 223 0 45 47 5 3 117 114
Binary 11110010 10011000 10010011 0 100101 100111 101 11 1001111 1001100

Color Harmonies of #F29893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29893

Black with #F29893

Text Example


Text Example

White with #F29893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29893; }

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

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

background-color css

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

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

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

border-color css

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

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

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