Html Css Color HEX #F09D9D Sweet Pink

📋 copy color: '#F09D9D'

red 240 ◦ green 157 ◦ blue 157

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

Shades of Sweet Pink #F09D9D

Tints of Sweet Pink #F09D9D

RGB

 RED value IS 240 (94.14% from 255) = 43.32%

 GREEN value IS 157 (61.72% from 255) = 28.34%

 BLUE value IS 157 (61.72% from 255) = 28.34%

R = 43.32%
G = 28.34%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F09D9D (or 0xF09D9D) is known color: Sweet Pink. HEX triplet: F0, 9D and 9D. RGB value is (240,157,157). Sum of RGB (Red+Green+Blue) = 240+157+157=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09D9D is #0F6262. Grayscale: #B5B5B5. Windows color (decimal): -1008227 or 10329584. OLE color: 10329584.

HSL color Cylindrical-coordinate representation of color #F09D9D: hue angle of 0º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09D9D is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 157 -
CMYK 0 0.35 0.35 0.06
HSL 0.73% 0.78% -
HSV(B) 0.35% 0.94% -
XYZ 54.08 45.07 37.75 -
YUV 181.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 240 157 157 0 0.35 0.35 0.06 0 0.73 0.78
Hex F0 9D 9D 0 23 23 6 0 49 4E
Octal 360 235 235 0 43 43 6 0 111 116
Binary 11110000 10011101 10011101 0 100011 100011 110 0 1001001 1001110

Color Harmonies of #F09D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D9D

Black with #F09D9D

Text Example


Text Example

White with #F09D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D9D; }

 p { color: rgb(240,157,157); }

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

background-color css

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

 a { background-color: rgb(240,157,157); }

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

border-color css

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

 span { border-color: rgb(240,157,157); }

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