Html Css Color HEX #F2978D Sweet Pink

📋 copy color: '#F2978D'

red 242 ◦ green 151 ◦ blue 141

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

Shades of Sweet Pink #F2978D

Tints of Sweet Pink #F2978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.4%

R = 45.32%
G = 28.28%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2978D (or 0xF2978D) is known color: Sweet Pink. HEX triplet: F2, 97 and 8D. RGB value is (242,151,141). Sum of RGB (Red+Green+Blue) = 242+151+141=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2978D is #0D6872. Grayscale: #B1B1B1. Windows color (decimal): -878707 or 9279474. OLE color: 9279474.

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

Color convert

RGB 242 151 141 -
CMYK 0 0.38 0.42 0.05
HSL 5.94º 0.8% 0.75% -
HSV(B) 5.94º 0.42% 0.95% -
XYZ 52.49 42.93 30.72 -
YUV 177.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 242 151 141 0 0.38 0.42 0.05 5.94 0.8 0.75
Hex F2 97 8D 0 26 2A 5 6 50 4B
Octal 362 227 215 0 46 52 5 6 120 113
Binary 11110010 10010111 10001101 0 100110 101010 101 110 1010000 1001011

Color Harmonies of #F2978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2978D

Black with #F2978D

Text Example


Text Example

White with #F2978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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