Html Css Color HEX #F26152 Flamingo

📋 copy color: '#F26152'

red 242 ◦ green 97 ◦ blue 82

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

Shades of Flamingo #F26152

Tints of Flamingo #F26152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.48%

R = 57.48%
G = 23.04%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F26152 (or 0xF26152) is known color: Flamingo. HEX triplet: F2, 61 and 52. RGB value is (242,97,82). Sum of RGB (Red+Green+Blue) = 242+97+82=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F26152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26152 is #0D9EAD. Grayscale: #8A8A8A. Windows color (decimal): -892590 or 5399026. OLE color: 5399026.

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

Color convert

RGB 242 97 82 -
CMYK 0 0.60 0.66 0.05
HSL 5.63º 0.86% 0.64% -
HSV(B) 5.63º 0.66% 0.95% -
XYZ 42.42 28.04 11.16 -
YUV 138.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 242 97 82 0 0.60 0.66 0.05 5.63 0.86 0.64
Hex F2 61 52 0 3C 42 5 6 56 40
Octal 362 141 122 0 74 102 5 6 126 100
Binary 11110010 1100001 1010010 0 111100 1000010 101 110 1010110 1000000

Color Harmonies of #F26152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26152

Black with #F26152

Text Example


Text Example

White with #F26152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26152; }

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

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

background-color css

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

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

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

border-color css

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

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

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