Html Css Color HEX #F2978B Sweet Pink

📋 copy color: '#F2978B'

red 242 ◦ green 151 ◦ blue 139

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

Shades of Sweet Pink #F2978B

Tints of Sweet Pink #F2978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.13%

R = 45.49%
G = 28.38%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2978B (or 0xF2978B) is known color: Sweet Pink. HEX triplet: F2, 97 and 8B. RGB value is (242,151,139). Sum of RGB (Red+Green+Blue) = 242+151+139=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2978B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2978B is #0D6874. Grayscale: #B0B0B0. Windows color (decimal): -878709 or 9148402. OLE color: 9148402.

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

Color convert

RGB 242 151 139 -
CMYK 0 0.38 0.43 0.05
HSL 6.99º 0.8% 0.75% -
HSV(B) 6.99º 0.43% 0.95% -
XYZ 52.34 42.87 29.94 -
YUV 176.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 242 151 139 0 0.38 0.43 0.05 6.99 0.8 0.75
Hex F2 97 8B 0 26 2B 5 7 50 4B
Octal 362 227 213 0 46 53 5 7 120 113
Binary 11110010 10010111 10001011 0 100110 101011 101 111 1010000 1001011

Color Harmonies of #F2978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2978B

Black with #F2978B

Text Example


Text Example

White with #F2978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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