Html Css Color HEX #F25858 Flamingo

📋 copy color: '#F25858'

red 242 ◦ green 88 ◦ blue 88

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

Shades of Flamingo #F25858

Tints of Flamingo #F25858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.05%

 BLUE value IS 88 (34.77% from 255) = 21.05%

R = 57.89%
G = 21.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F25858 (or 0xF25858) is known color: Flamingo. HEX triplet: F2, 58 and 58. RGB value is (242,88,88). Sum of RGB (Red+Green+Blue) = 242+88+88=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F25858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25858 is #0DA7A7. Grayscale: #868686. Windows color (decimal): -894888 or 5789938. OLE color: 5789938.

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

Color convert

RGB 242 88 88 -
CMYK 0 0.64 0.64 0.05
HSL 0.86% 0.65% -
HSV(B) 0.64% 0.95% -
XYZ 41.87 26.56 12.15 -
YUV 134.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 242 88 88 0 0.64 0.64 0.05 0 0.86 0.65
Hex F2 58 58 0 40 40 5 0 56 41
Octal 362 130 130 0 100 100 5 0 126 101
Binary 11110010 1011000 1011000 0 1000000 1000000 101 0 1010110 1000001

Color Harmonies of #F25858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25858

Black with #F25858

Text Example


Text Example

White with #F25858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25858; }

 p { color: rgb(242,88,88); }

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

background-color css

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

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

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

border-color css

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

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

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