#F4968A

Color #F4968A Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F4968A

Tints of Sweet Pink #F4968A

Color information

#F4968A (or 0xF4968A) is unknown color: approx Sweet Pink. HEX triplet: F4, 96 and 8A. RGB value is (244,150,138). Sum of RGB (Red+Green+Blue) = 244+150+138=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F4968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4968A is #0B6975. Grayscale: #B0B0B0. Windows color (decimal): -747894 or 9082612. OLE color: 9082612.

HSL color Cylindrical-coordinate representation of color #F4968A: hue angle of 6.79º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4968A is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244150138-
CMYK00.390.430.04
HSL6.79º82.81%74.9%-
HSV(B)6.79º43.44%95.69%-
XYZ52.842.8829.54-
YUV176.74106.14175.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.86%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=45.86%
G=28.20%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415013800.390.430.046.7982.8174.9
HexF4968A0272B47534b
Octal3642262120475347123113
Binary111101001001011010001010010011110101110011110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4968A; }

 p { color: rgb(244,150,138); }

 H1.HeaderClassName
 {
   color: #F4968A;
 }
 .AnyTagClassName
 {
   color: #F4968A;
 }
</style>
background-color css

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

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

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

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

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

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