Html Css Color HEX #F26354 Flamingo

📋 copy color: '#F26354'

red 242 ◦ green 99 ◦ blue 84

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

Shades of Flamingo #F26354

Tints of Flamingo #F26354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.76%

R = 56.94%
G = 23.29%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F26354 (or 0xF26354) is known color: Flamingo. HEX triplet: F2, 63 and 54. RGB value is (242,99,84). Sum of RGB (Red+Green+Blue) = 242+99+84=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F26354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26354 is #0D9CAB. Grayscale: #8C8C8C. Windows color (decimal): -892076 or 5530610. OLE color: 5530610.

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

Color convert

RGB 242 99 84 -
CMYK 0 0.59 0.65 0.05
HSL 5.7º 0.86% 0.64% -
HSV(B) 5.7º 0.65% 0.95% -
XYZ 42.68 28.44 11.63 -
YUV 140.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 242 99 84 0 0.59 0.65 0.05 5.7 0.86 0.64
Hex F2 63 54 0 3B 41 5 6 56 40
Octal 362 143 124 0 73 101 5 6 126 100
Binary 11110010 1100011 1010100 0 111011 1000001 101 110 1010110 1000000

Color Harmonies of #F26354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26354

Black with #F26354

Text Example


Text Example

White with #F26354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26354; }

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

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

background-color css

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

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

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

border-color css

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

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

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