Html Css Color HEX #F2947A Dark Salmon

📋 copy color: '#F2947A'

red 242 ◦ green 148 ◦ blue 122

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

Shades of Dark Salmon #F2947A

Tints of Dark Salmon #F2947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 47.27%
G = 28.91%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2947A (or 0xF2947A) is known color: Dark Salmon. HEX triplet: F2, 94 and 7A. RGB value is (242,148,122). Sum of RGB (Red+Green+Blue) = 242+148+122=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2947A is #0D6B85. Grayscale: #ADADAD. Windows color (decimal): -879494 or 8033522. OLE color: 8033522.

HSL color Cylindrical-coordinate representation of color #F2947A: hue angle of 13º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2947A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 148 122 -
CMYK 0 0.39 0.50 0.05
HSL 13º 0.82% 0.71% -
HSV(B) 13º 0.5% 0.95% -
XYZ 50.72 41.46 23.74 -
YUV 173.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 242 148 122 0 0.39 0.50 0.05 13 0.82 0.71
Hex F2 94 7A 0 27 32 5 D 52 47
Octal 362 224 172 0 47 62 5 15 122 107
Binary 11110010 10010100 1111010 0 100111 110010 101 1101 1010010 1000111

Color Harmonies of #F2947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2947A

Black with #F2947A

Text Example


Text Example

White with #F2947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2947A; }

 p { color: rgb(242,148,122); }

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

background-color css

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

 a { background-color: rgb(242,148,122); }

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

border-color css

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

 span { border-color: rgb(242,148,122); }

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