Html Css Color HEX #F28C8C Sweet Pink

📋 copy color: '#F28C8C'

red 242 ◦ green 140 ◦ blue 140

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

Shades of Sweet Pink #F28C8C

Tints of Sweet Pink #F28C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 46.36%
G = 26.82%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F28C8C (or 0xF28C8C) is known color: Sweet Pink. HEX triplet: F2, 8C and 8C. RGB value is (242,140,140). Sum of RGB (Red+Green+Blue) = 242+140+140=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C8C is #0D7373. Grayscale: #AAAAAA. Windows color (decimal): -881524 or 9211122. OLE color: 9211122.

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

Color convert

RGB 242 140 140 -
CMYK 0 0.42 0.42 0.05
HSL 0.8% 0.75% -
HSV(B) 0.42% 0.95% -
XYZ 50.73 39.53 29.77 -
YUV 170.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 242 140 140 0 0.42 0.42 0.05 0 0.8 0.75
Hex F2 8C 8C 0 2A 2A 5 0 50 4B
Octal 362 214 214 0 52 52 5 0 120 113
Binary 11110010 10001100 10001100 0 101010 101010 101 0 1010000 1001011

Color Harmonies of #F28C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C8C

Black with #F28C8C

Text Example


Text Example

White with #F28C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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