Html Css Color HEX #F28C81 Sweet Pink

📋 copy color: '#F28C81'

red 242 ◦ green 140 ◦ blue 129

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

Shades of Sweet Pink #F28C81

Tints of Sweet Pink #F28C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 47.36%
G = 27.4%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28C81 (or 0xF28C81) is known color: Sweet Pink. HEX triplet: F2, 8C and 81. RGB value is (242,140,129). Sum of RGB (Red+Green+Blue) = 242+140+129=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C81 is #0D737E. Grayscale: #A9A9A9. Windows color (decimal): -881535 or 8490226. OLE color: 8490226.

HSL color Cylindrical-coordinate representation of color #F28C81: hue angle of 5.84º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28C81 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 129 -
CMYK 0 0.42 0.47 0.05
HSL 5.84º 0.81% 0.73% -
HSV(B) 5.84º 0.47% 0.95% -
XYZ 49.96 39.22 25.71 -
YUV 169.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 242 140 129 0 0.42 0.47 0.05 5.84 0.81 0.73
Hex F2 8C 81 0 2A 2F 5 6 51 49
Octal 362 214 201 0 52 57 5 6 121 111
Binary 11110010 10001100 10000001 0 101010 101111 101 110 1010001 1001001

Color Harmonies of #F28C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C81

Black with #F28C81

Text Example


Text Example

White with #F28C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C81; }

 p { color: rgb(242,140,129); }

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

background-color css

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

 a { background-color: rgb(242,140,129); }

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

border-color css

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

 span { border-color: rgb(242,140,129); }

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