Html Css Color HEX #F28B85 Sweet Pink

📋 copy color: '#F28B85'

red 242 ◦ green 139 ◦ blue 133

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

Shades of Sweet Pink #F28B85

Tints of Sweet Pink #F28B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 133 (52.34% from 255) = 25.88%

R = 47.08%
G = 27.04%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28B85 (or 0xF28B85) is known color: Sweet Pink. HEX triplet: F2, 8B and 85. RGB value is (242,139,133). Sum of RGB (Red+Green+Blue) = 242+139+133=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28B85 is #0D747A. Grayscale: #A9A9A9. Windows color (decimal): -881787 or 8752114. OLE color: 8752114.

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

Color convert

RGB 242 139 133 -
CMYK 0 0.43 0.45 0.05
HSL 3.3º 0.81% 0.74% -
HSV(B) 3.3º 0.45% 0.95% -
XYZ 50.08 39.04 27.09 -
YUV 169.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 242 139 133 0 0.43 0.45 0.05 3.3 0.81 0.74
Hex F2 8B 85 0 2B 2D 5 3 51 4A
Octal 362 213 205 0 53 55 5 3 121 112
Binary 11110010 10001011 10000101 0 101011 101101 101 11 1010001 1001010

Color Harmonies of #F28B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B85

Black with #F28B85

Text Example


Text Example

White with #F28B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B85; }

 p { color: rgb(242,139,133); }

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

background-color css

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

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

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

border-color css

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

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

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