Html Css Color HEX #F16353 Flamingo

📋 copy color: '#F16353'

red 241 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #F16353

Tints of Flamingo #F16353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

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

R = 56.97%
G = 23.4%
B = 19.62%

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

#F16353 (or 0xF16353) is known color: Flamingo. HEX triplet: F1, 63 and 53. RGB value is (241,99,83). Sum of RGB (Red+Green+Blue) = 241+99+83=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F16353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16353 is #0E9CAC. Grayscale: #8B8B8B. Windows color (decimal): -957613 or 5465073. OLE color: 5465073.

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

Color convert

RGB 241 99 83 -
CMYK 0 0.59 0.66 0.05
HSL 6.08º 0.85% 0.64% -
HSV(B) 6.08º 0.66% 0.95% -
XYZ 42.3 28.25 11.41 -
YUV 139.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 241 99 83 0 0.59 0.66 0.05 6.08 0.85 0.64
Hex F1 63 53 0 3B 42 5 6 55 40
Octal 361 143 123 0 73 102 5 6 125 100
Binary 11110001 1100011 1010011 0 111011 1000010 101 110 1010101 1000000

Color Harmonies of #F16353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16353

Black with #F16353

Text Example


Text Example

White with #F16353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16353; }

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

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

background-color css

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

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

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

border-color css

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

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

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