Html Css Color HEX #F4968C Sweet Pink

📋 copy color: '#F4968C'

red 244 ◦ green 150 ◦ blue 140

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

Shades of Sweet Pink #F4968C

Tints of Sweet Pink #F4968C

RGB

 RED value IS 244 (95.7% from 255) = 45.69%

 GREEN value IS 150 (58.98% from 255) = 28.09%

 BLUE value IS 140 (55.08% from 255) = 26.22%

R = 45.69%
G = 28.09%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4968C (or 0xF4968C) is known color: Sweet Pink. HEX triplet: F4, 96 and 8C. RGB value is (244,150,140). Sum of RGB (Red+Green+Blue) = 244+150+140=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4968C is #0B6973. Grayscale: #B1B1B1. Windows color (decimal): -747892 or 9213684. OLE color: 9213684.

HSL color Cylindrical-coordinate representation of color #F4968C: hue angle of 5.77º 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 #F4968C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 150 140 -
CMYK 0 0.39 0.43 0.04
HSL 5.77º 0.83% 0.75% -
HSV(B) 5.77º 0.43% 0.96% -
XYZ 52.95 42.94 30.31 -
YUV 176.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 244 150 140 0 0.39 0.43 0.04 5.77 0.83 0.75
Hex F4 96 8C 0 27 2B 4 6 53 4B
Octal 364 226 214 0 47 53 4 6 123 113
Binary 11110100 10010110 10001100 0 100111 101011 100 110 1010011 1001011

Color Harmonies of #F4968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4968C

Black with #F4968C

Text Example


Text Example

White with #F4968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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