Html Css Color HEX #F5908F Sweet Pink

📋 copy color: '#F5908F'

red 245 ◦ green 144 ◦ blue 143

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

Shades of Sweet Pink #F5908F

Tints of Sweet Pink #F5908F

RGB

 RED value IS 245 (96.09% from 255) = 46.05%

 GREEN value IS 144 (56.64% from 255) = 27.07%

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 46.05%
G = 27.07%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5908F (or 0xF5908F) is known color: Sweet Pink. HEX triplet: F5, 90 and 8F. RGB value is (245,144,143). Sum of RGB (Red+Green+Blue) = 245+144+143=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5908F is #0A6F70. Grayscale: #AEAEAE. Windows color (decimal): -683889 or 9408757. OLE color: 9408757.

HSL color Cylindrical-coordinate representation of color #F5908F: hue angle of 0.59º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5908F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 144 143 -
CMYK 0 0.41 0.42 0.04
HSL 0.59º 0.84% 0.76% -
HSV(B) 0.59º 0.42% 0.96% -
XYZ 52.59 41.34 31.19 -
YUV 174.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 245 144 143 0 0.41 0.42 0.04 0.59 0.84 0.76
Hex F5 90 8F 0 29 2A 4 1 54 4C
Octal 365 220 217 0 51 52 4 1 124 114
Binary 11110101 10010000 10001111 0 101001 101010 100 1 1010100 1001100

Color Harmonies of #F5908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5908F

Black with #F5908F

Text Example


Text Example

White with #F5908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5908F; }

 p { color: rgb(245,144,143); }

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

background-color css

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

 a { background-color: rgb(245,144,143); }

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

border-color css

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

 span { border-color: rgb(245,144,143); }

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