Html Css Color HEX #F26157 Flamingo

📋 copy color: '#F26157'

red 242 ◦ green 97 ◦ blue 87

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

Shades of Flamingo #F26157

Tints of Flamingo #F26157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 56.81%
G = 22.77%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F26157 (or 0xF26157) is known color: Flamingo. HEX triplet: F2, 61 and 57. RGB value is (242,97,87). Sum of RGB (Red+Green+Blue) = 242+97+87=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F26157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26157 is #0D9EA8. Grayscale: #8B8B8B. Windows color (decimal): -892585 or 5726706. OLE color: 5726706.

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

Color convert

RGB 242 97 87 -
CMYK 0 0.60 0.64 0.05
HSL 3.87º 0.86% 0.65% -
HSV(B) 3.87º 0.64% 0.95% -
XYZ 42.61 28.11 12.2 -
YUV 139.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 242 97 87 0 0.60 0.64 0.05 3.87 0.86 0.65
Hex F2 61 57 0 3C 40 5 4 56 41
Octal 362 141 127 0 74 100 5 4 126 101
Binary 11110010 1100001 1010111 0 111100 1000000 101 100 1010110 1000001

Color Harmonies of #F26157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26157

Black with #F26157

Text Example


Text Example

White with #F26157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26157; }

 p { color: rgb(242,97,87); }

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

background-color css

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

 a { background-color: rgb(242,97,87); }

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

border-color css

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

 span { border-color: rgb(242,97,87); }

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