Html Css Color HEX #F2978F Sweet Pink

📋 copy color: '#F2978F'

red 242 ◦ green 151 ◦ blue 143

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

Shades of Sweet Pink #F2978F

Tints of Sweet Pink #F2978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.17%

 BLUE value IS 143 (56.25% from 255) = 26.68%

R = 45.15%
G = 28.17%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2978F (or 0xF2978F) is known color: Sweet Pink. HEX triplet: F2, 97 and 8F. RGB value is (242,151,143). Sum of RGB (Red+Green+Blue) = 242+151+143=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2978F is #0D6870. Grayscale: #B1B1B1. Windows color (decimal): -878705 or 9410546. OLE color: 9410546.

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

Color convert

RGB 242 151 143 -
CMYK 0 0.38 0.41 0.05
HSL 4.85º 0.79% 0.75% -
HSV(B) 4.85º 0.41% 0.95% -
XYZ 52.64 42.99 31.51 -
YUV 177.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 242 151 143 0 0.38 0.41 0.05 4.85 0.79 0.75
Hex F2 97 8F 0 26 29 5 5 4F 4B
Octal 362 227 217 0 46 51 5 5 117 113
Binary 11110010 10010111 10001111 0 100110 101001 101 101 1001111 1001011

Color Harmonies of #F2978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2978F

Black with #F2978F

Text Example


Text Example

White with #F2978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2978F; }

 p { color: rgb(242,151,143); }

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

background-color css

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

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

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

border-color css

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

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

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