Html Css Color HEX #F98A8A Sweet Pink

📋 copy color: '#F98A8A'

red 249 ◦ green 138 ◦ blue 138

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

Shades of Sweet Pink #F98A8A

Tints of Sweet Pink #F98A8A

RGB

 RED value IS 249 (97.66% from 255) = 47.43%

 GREEN value IS 138 (54.3% from 255) = 26.29%

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

R = 47.43%
G = 26.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F98A8A (or 0xF98A8A) is known color: Sweet Pink. HEX triplet: F9, 8A and 8A. RGB value is (249,138,138). Sum of RGB (Red+Green+Blue) = 249+138+138=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A8A is #067575. Grayscale: #ABABAB. Windows color (decimal): -423286 or 9079545. OLE color: 9079545.

HSL color Cylindrical-coordinate representation of color #F98A8A: hue angle of 0º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98A8A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 138 138 -
CMYK 0 0.45 0.45 0.02
HSL 0.9% 0.76% -
HSV(B) 0.45% 0.98% -
XYZ 52.74 40.15 29.01 -
YUV 171.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 249 138 138 0 0.45 0.45 0.02 0 0.9 0.76
Hex F9 8A 8A 0 2D 2D 2 0 5A 4C
Octal 371 212 212 0 55 55 2 0 132 114
Binary 11111001 10001010 10001010 0 101101 101101 10 0 1011010 1001100

Color Harmonies of #F98A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A8A

Black with #F98A8A

Text Example


Text Example

White with #F98A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A8A; }

 p { color: rgb(249,138,138); }

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

background-color css

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

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

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

border-color css

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

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

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