Html Css Color HEX #F25C59 Flamingo

📋 copy color: '#F25C59'

red 242 ◦ green 92 ◦ blue 89

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

Shades of Flamingo #F25C59

Tints of Flamingo #F25C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

 BLUE value IS 89 (35.16% from 255) = 21.04%

R = 57.21%
G = 21.75%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F25C59 (or 0xF25C59) is known color: Flamingo. HEX triplet: F2, 5C and 59. RGB value is (242,92,89). Sum of RGB (Red+Green+Blue) = 242+92+89=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C59 is #0DA3A6. Grayscale: #888888. Windows color (decimal): -893863 or 5856498. OLE color: 5856498.

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

Color convert

RGB 242 92 89 -
CMYK 0 0.62 0.63 0.05
HSL 1.18º 0.85% 0.65% -
HSV(B) 1.18º 0.63% 0.95% -
XYZ 42.25 27.25 12.48 -
YUV 136.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 242 92 89 0 0.62 0.63 0.05 1.18 0.85 0.65
Hex F2 5C 59 0 3E 3F 5 1 55 41
Octal 362 134 131 0 76 77 5 1 125 101
Binary 11110010 1011100 1011001 0 111110 111111 101 1 1010101 1000001

Color Harmonies of #F25C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C59

Black with #F25C59

Text Example


Text Example

White with #F25C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C59; }

 p { color: rgb(242,92,89); }

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

background-color css

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

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

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

border-color css

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

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

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