Html Css Color HEX #F25957 Flamingo

📋 copy color: '#F25957'

red 242 ◦ green 89 ◦ blue 87

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

Shades of Flamingo #F25957

Tints of Flamingo #F25957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.29%

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 57.89%
G = 21.29%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F25957 (or 0xF25957) is known color: Flamingo. HEX triplet: F2, 59 and 57. RGB value is (242,89,87). Sum of RGB (Red+Green+Blue) = 242+89+87=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F25957 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25957 is #0DA6A8. Grayscale: #868686. Windows color (decimal): -894633 or 5724658. OLE color: 5724658.

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

Color convert

RGB 242 89 87 -
CMYK 0 0.63 0.64 0.05
HSL 0.77º 0.86% 0.65% -
HSV(B) 0.77º 0.64% 0.95% -
XYZ 41.91 26.71 11.96 -
YUV 134.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 242 89 87 0 0.63 0.64 0.05 0.77 0.86 0.65
Hex F2 59 57 0 3F 40 5 1 56 41
Octal 362 131 127 0 77 100 5 1 126 101
Binary 11110010 1011001 1010111 0 111111 1000000 101 1 1010110 1000001

Color Harmonies of #F25957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25957

Black with #F25957

Text Example


Text Example

White with #F25957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25957; }

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

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

background-color css

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

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

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

border-color css

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

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

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