Html Css Color HEX #F1598A Dark Pink

📋 copy color: '#F1598A'

red 241 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #F1598A

Tints of Dark Pink #F1598A

RGB

 RED value IS 241 (94.53% from 255) = 51.5%

 GREEN value IS 89 (35.16% from 255) = 19.02%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 51.5%
G = 19.02%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1598A (or 0xF1598A) is known color: Dark Pink. HEX triplet: F1, 59 and 8A. RGB value is (241,89,138). Sum of RGB (Red+Green+Blue) = 241+89+138=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1598A is #0EA675. Grayscale: #8B8B8B. Windows color (decimal): -960118 or 9066993. OLE color: 9066993.

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

Color convert

RGB 241 89 138 -
CMYK 0 0.63 0.43 0.05
HSL 340.66º 0.84% 0.65% -
HSV(B) 340.66º 0.63% 0.95% -
XYZ 44.44 27.68 27.05 -
YUV 140.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 241 89 138 0 0.63 0.43 0.05 340.66 0.84 0.65
Hex F1 59 8A 0 3F 2B 5 155 54 41
Octal 361 131 212 0 77 53 5 525 124 101
Binary 11110001 1011001 10001010 0 111111 101011 101 101010101 1010100 1000001

Color Harmonies of #F1598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1598A

Black with #F1598A

Text Example


Text Example

White with #F1598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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