Html Css Color HEX #F27B6A Salmon

📋 copy color: '#F27B6A'

red 242 ◦ green 123 ◦ blue 106

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

Shades of Salmon #F27B6A

Tints of Salmon #F27B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 51.38%
G = 26.11%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F27B6A (or 0xF27B6A) is known color: Salmon. HEX triplet: F2, 7B and 6A. RGB value is (242,123,106). Sum of RGB (Red+Green+Blue) = 242+123+106=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B6A is #0D8495. Grayscale: #9C9C9C. Windows color (decimal): -885910 or 6978546. OLE color: 6978546.

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

Color convert

RGB 242 123 106 -
CMYK 0 0.49 0.56 0.05
HSL 7.5º 0.84% 0.68% -
HSV(B) 7.5º 0.56% 0.95% -
XYZ 46.3 34.08 17.77 -
YUV 156.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 242 123 106 0 0.49 0.56 0.05 7.5 0.84 0.68
Hex F2 7B 6A 0 31 38 5 8 54 44
Octal 362 173 152 0 61 70 5 10 124 104
Binary 11110010 1111011 1101010 0 110001 111000 101 1000 1010100 1000100

Color Harmonies of #F27B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27B6A

Black with #F27B6A

Text Example


Text Example

White with #F27B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27B6A; }

 p { color: rgb(242,123,106); }

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

background-color css

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

 a { background-color: rgb(242,123,106); }

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

border-color css

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

 span { border-color: rgb(242,123,106); }

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