Html Css Color HEX #F28E8A Sweet Pink

📋 copy color: '#F28E8A'

red 242 ◦ green 142 ◦ blue 138

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

Shades of Sweet Pink #F28E8A

Tints of Sweet Pink #F28E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

 BLUE value IS 138 (54.3% from 255) = 26.44%

R = 46.36%
G = 27.2%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F28E8A (or 0xF28E8A) is known color: Sweet Pink. HEX triplet: F2, 8E and 8A. RGB value is (242,142,138). Sum of RGB (Red+Green+Blue) = 242+142+138=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E8A is #0D7175. Grayscale: #ABABAB. Windows color (decimal): -881014 or 9080562. OLE color: 9080562.

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

Color convert

RGB 242 142 138 -
CMYK 0 0.41 0.43 0.05
HSL 2.31º 0.8% 0.75% -
HSV(B) 2.31º 0.43% 0.95% -
XYZ 50.88 40.06 29.1 -
YUV 171.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 242 142 138 0 0.41 0.43 0.05 2.31 0.8 0.75
Hex F2 8E 8A 0 29 2B 5 2 50 4B
Octal 362 216 212 0 51 53 5 2 120 113
Binary 11110010 10001110 10001010 0 101001 101011 101 10 1010000 1001011

Color Harmonies of #F28E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E8A

Black with #F28E8A

Text Example


Text Example

White with #F28E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E8A; }

 p { color: rgb(242,142,138); }

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

background-color css

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

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

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

border-color css

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

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

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