Html Css Color HEX #F26353 Flamingo

📋 copy color: '#F26353'

red 242 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #F26353

Tints of Flamingo #F26353

RGB

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

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

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

R = 57.08%
G = 23.35%
B = 19.58%

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

#F26353 (or 0xF26353) is known color: Flamingo. HEX triplet: F2, 63 and 53. RGB value is (242,99,83). Sum of RGB (Red+Green+Blue) = 242+99+83=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F26353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26353 is #0D9CAC. Grayscale: #8C8C8C. Windows color (decimal): -892077 or 5465074. OLE color: 5465074.

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

Color convert

RGB 242 99 83 -
CMYK 0 0.59 0.66 0.05
HSL 6.04º 0.86% 0.64% -
HSV(B) 6.04º 0.66% 0.95% -
XYZ 42.64 28.43 11.42 -
YUV 139.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 242 99 83 0 0.59 0.66 0.05 6.04 0.86 0.64
Hex F2 63 53 0 3B 42 5 6 56 40
Octal 362 143 123 0 73 102 5 6 126 100
Binary 11110010 1100011 1010011 0 111011 1000010 101 110 1010110 1000000

Color Harmonies of #F26353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26353

Black with #F26353

Text Example


Text Example

White with #F26353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26353; }

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

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

background-color css

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

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

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

border-color css

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

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

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