Html Css Color HEX #F25B57 Flamingo

📋 copy color: '#F25B57'

red 242 ◦ green 91 ◦ blue 87

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

Shades of Flamingo #F25B57

Tints of Flamingo #F25B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

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

R = 57.62%
G = 21.67%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F25B57 (or 0xF25B57) is known color: Flamingo. HEX triplet: F2, 5B and 57. RGB value is (242,91,87). Sum of RGB (Red+Green+Blue) = 242+91+87=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B57 is #0DA4A8. Grayscale: #878787. Windows color (decimal): -894121 or 5725170. OLE color: 5725170.

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

Color convert

RGB 242 91 87 -
CMYK 0 0.62 0.64 0.05
HSL 1.55º 0.86% 0.65% -
HSV(B) 1.55º 0.64% 0.95% -
XYZ 42.08 27.05 12.02 -
YUV 135.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 242 91 87 0 0.62 0.64 0.05 1.55 0.86 0.65
Hex F2 5B 57 0 3E 40 5 2 56 41
Octal 362 133 127 0 76 100 5 2 126 101
Binary 11110010 1011011 1010111 0 111110 1000000 101 10 1010110 1000001

Color Harmonies of #F25B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B57

Black with #F25B57

Text Example


Text Example

White with #F25B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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