#F1968A

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

Shades of Sweet Pink #F1968A

Tints of Sweet Pink #F1968A

Color information

#F1968A (or 0xF1968A) is unknown color: approx Sweet Pink. HEX triplet: F1, 96 and 8A. RGB value is (241,150,138). Sum of RGB (Red+Green+Blue) = 241+150+138=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1968A is #0E6975. Grayscale: #AFAFAF. Windows color (decimal): -944502 or 9082609. OLE color: 9082609.

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

Color convert

RGB241150138-
CMYK00.380.430.05
HSL6.99º78.63%74.31%-
HSV(B)6.99º42.74%94.51%-
XYZ51.7742.3529.49-
YUV175.84106.65174.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=45.56%
G=28.36%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115013800.380.430.056.9978.6374.31
HexF1968A0262B574f4a
Octal3612262120465357117112
Binary111100011001011010001010010011010101110111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1968A; }

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

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

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

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

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

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

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

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