Html Css Color HEX #F16253 Flamingo

📋 copy color: '#F16253'

red 241 ◦ green 98 ◦ blue 83

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

Shades of Flamingo #F16253

Tints of Flamingo #F16253

RGB

 RED value IS 241 (94.53% from 255) = 57.11%

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 57.11%
G = 23.22%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F16253 (or 0xF16253) is known color: Flamingo. HEX triplet: F1, 62 and 53. RGB value is (241,98,83). Sum of RGB (Red+Green+Blue) = 241+98+83=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F16253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16253 is #0E9DAC. Grayscale: #8B8B8B. Windows color (decimal): -957869 or 5464817. OLE color: 5464817.

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

Color convert

RGB 241 98 83 -
CMYK 0 0.59 0.66 0.05
HSL 5.7º 0.85% 0.64% -
HSV(B) 5.7º 0.66% 0.95% -
XYZ 42.2 28.06 11.38 -
YUV 139.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 241 98 83 0 0.59 0.66 0.05 5.7 0.85 0.64
Hex F1 62 53 0 3B 42 5 6 55 40
Octal 361 142 123 0 73 102 5 6 125 100
Binary 11110001 1100010 1010011 0 111011 1000010 101 110 1010101 1000000

Color Harmonies of #F16253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16253

Black with #F16253

Text Example


Text Example

White with #F16253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16253; }

 p { color: rgb(241,98,83); }

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

background-color css

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

 a { background-color: rgb(241,98,83); }

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

border-color css

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

 span { border-color: rgb(241,98,83); }

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