Html Css Color HEX #F1907F Dark Salmon

📋 copy color: '#F1907F'

red 241 ◦ green 144 ◦ blue 127

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

Shades of Dark Salmon #F1907F

Tints of Dark Salmon #F1907F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 47.07%
G = 28.13%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1907F (or 0xF1907F) is known color: Dark Salmon. HEX triplet: F1, 90 and 7F. RGB value is (241,144,127). Sum of RGB (Red+Green+Blue) = 241+144+127=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1907F is #0E6F80. Grayscale: #ABABAB. Windows color (decimal): -946049 or 8360177. OLE color: 8360177.

HSL color Cylindrical-coordinate representation of color #F1907F: hue angle of 8.95º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1907F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 127 -
CMYK 0 0.40 0.47 0.05
HSL 8.95º 0.8% 0.72% -
HSV(B) 8.95º 0.47% 0.95% -
XYZ 50.08 40.18 25.19 -
YUV 171.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 241 144 127 0 0.40 0.47 0.05 8.95 0.8 0.72
Hex F1 90 7F 0 28 2F 5 9 50 48
Octal 361 220 177 0 50 57 5 11 120 110
Binary 11110001 10010000 1111111 0 101000 101111 101 1001 1010000 1001000

Color Harmonies of #F1907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1907F

Black with #F1907F

Text Example


Text Example

White with #F1907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1907F; }

 p { color: rgb(241,144,127); }

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

background-color css

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

 a { background-color: rgb(241,144,127); }

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

border-color css

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

 span { border-color: rgb(241,144,127); }

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