Html Css Color HEX #F28F7E Dark Salmon

📋 copy color: '#F28F7E'

red 242 ◦ green 143 ◦ blue 126

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

Shades of Dark Salmon #F28F7E

Tints of Dark Salmon #F28F7E

RGB

 RED value IS 242 (94.92% from 255) = 47.36%

 GREEN value IS 143 (56.25% from 255) = 27.98%

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 47.36%
G = 27.98%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F28F7E (or 0xF28F7E) is known color: Dark Salmon. HEX triplet: F2, 8F and 7E. RGB value is (242,143,126). Sum of RGB (Red+Green+Blue) = 242+143+126=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F7E is #0D7081. Grayscale: #AAAAAA. Windows color (decimal): -880770 or 8294386. OLE color: 8294386.

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

Color convert

RGB 242 143 126 -
CMYK 0 0.41 0.48 0.05
HSL 8.79º 0.82% 0.72% -
HSV(B) 8.79º 0.48% 0.95% -
XYZ 50.21 40.03 24.82 -
YUV 170.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 242 143 126 0 0.41 0.48 0.05 8.79 0.82 0.72
Hex F2 8F 7E 0 29 30 5 9 52 48
Octal 362 217 176 0 51 60 5 11 122 110
Binary 11110010 10001111 1111110 0 101001 110000 101 1001 1010010 1001000

Color Harmonies of #F28F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F7E

Black with #F28F7E

Text Example


Text Example

White with #F28F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F7E; }

 p { color: rgb(242,143,126); }

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

background-color css

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

 a { background-color: rgb(242,143,126); }

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

border-color css

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

 span { border-color: rgb(242,143,126); }

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