Html Css Color HEX #F26153 Flamingo

📋 copy color: '#F26153'

red 242 ◦ green 97 ◦ blue 83

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

Shades of Flamingo #F26153

Tints of Flamingo #F26153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.67%

R = 57.35%
G = 22.99%
B = 19.67%

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

#F26153 (or 0xF26153) is known color: Flamingo. HEX triplet: F2, 61 and 53. RGB value is (242,97,83). Sum of RGB (Red+Green+Blue) = 242+97+83=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F26153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26153 is #0D9EAC. Grayscale: #8A8A8A. Windows color (decimal): -892589 or 5464562. OLE color: 5464562.

HSL color Cylindrical-coordinate representation of color #F26153: hue angle of 5.28º 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 #F26153 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 83 -
CMYK 0 0.60 0.66 0.05
HSL 5.28º 0.86% 0.64% -
HSV(B) 5.28º 0.66% 0.95% -
XYZ 42.45 28.05 11.36 -
YUV 138.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 242 97 83 0 0.60 0.66 0.05 5.28 0.86 0.64
Hex F2 61 53 0 3C 42 5 5 56 40
Octal 362 141 123 0 74 102 5 5 126 100
Binary 11110010 1100001 1010011 0 111100 1000010 101 101 1010110 1000000

Color Harmonies of #F26153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26153

Black with #F26153

Text Example


Text Example

White with #F26153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26153; }

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

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

background-color css

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

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

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

border-color css

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

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

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