Html Css Color HEX #F08F8A Sweet Pink

📋 copy color: '#F08F8A'

red 240 ◦ green 143 ◦ blue 138

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

Shades of Sweet Pink #F08F8A

Tints of Sweet Pink #F08F8A

RGB

 RED value IS 240 (94.14% from 255) = 46.07%

 GREEN value IS 143 (56.25% from 255) = 27.45%

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

R = 46.07%
G = 27.45%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F08F8A (or 0xF08F8A) is known color: Sweet Pink. HEX triplet: F0, 8F and 8A. RGB value is (240,143,138). Sum of RGB (Red+Green+Blue) = 240+143+138=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F8A is #0F7075. Grayscale: #ABABAB. Windows color (decimal): -1011830 or 9080816. OLE color: 9080816.

HSL color Cylindrical-coordinate representation of color #F08F8A: hue angle of 2.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08F8A is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 138 -
CMYK 0 0.40 0.42 0.06
HSL 2.94º 0.77% 0.74% -
HSV(B) 2.94º 0.43% 0.94% -
XYZ 50.35 40.01 29.11 -
YUV 171.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 240 143 138 0 0.40 0.42 0.06 2.94 0.77 0.74
Hex F0 8F 8A 0 28 2A 6 3 4D 4A
Octal 360 217 212 0 50 52 6 3 115 112
Binary 11110000 10001111 10001010 0 101000 101010 110 11 1001101 1001010

Color Harmonies of #F08F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F8A

Black with #F08F8A

Text Example


Text Example

White with #F08F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F8A; }

 p { color: rgb(240,143,138); }

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

background-color css

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

 a { background-color: rgb(240,143,138); }

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

border-color css

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

 span { border-color: rgb(240,143,138); }

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