Html Css Color HEX #F26255 Flamingo

📋 copy color: '#F26255'

red 242 ◦ green 98 ◦ blue 85

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

Shades of Flamingo #F26255

Tints of Flamingo #F26255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20%

R = 56.94%
G = 23.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F26255 (or 0xF26255) is known color: Flamingo. HEX triplet: F2, 62 and 55. RGB value is (242,98,85). Sum of RGB (Red+Green+Blue) = 242+98+85=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F26255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26255 is #0D9DAA. Grayscale: #8B8B8B. Windows color (decimal): -892331 or 5595890. OLE color: 5595890.

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

Color convert

RGB 242 98 85 -
CMYK 0 0.60 0.65 0.05
HSL 4.97º 0.86% 0.64% -
HSV(B) 4.97º 0.65% 0.95% -
XYZ 42.63 28.27 11.8 -
YUV 139.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 242 98 85 0 0.60 0.65 0.05 4.97 0.86 0.64
Hex F2 62 55 0 3C 41 5 5 56 40
Octal 362 142 125 0 74 101 5 5 126 100
Binary 11110010 1100010 1010101 0 111100 1000001 101 101 1010110 1000000

Color Harmonies of #F26255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26255

Black with #F26255

Text Example


Text Example

White with #F26255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26255; }

 p { color: rgb(242,98,85); }

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

background-color css

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

 a { background-color: rgb(242,98,85); }

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

border-color css

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

 span { border-color: rgb(242,98,85); }

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