Html Css Color HEX #F25B55 Flamingo

📋 copy color: '#F25B55'

red 242 ◦ green 91 ◦ blue 85

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

Shades of Flamingo #F25B55

Tints of Flamingo #F25B55

RGB

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

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

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

R = 57.89%
G = 21.77%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F25B55 (or 0xF25B55) is known color: Flamingo. HEX triplet: F2, 5B and 55. RGB value is (242,91,85). Sum of RGB (Red+Green+Blue) = 242+91+85=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B55 is #0DA4AA. Grayscale: #878787. Windows color (decimal): -894123 or 5594098. OLE color: 5594098.

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

Color convert

RGB 242 91 85 -
CMYK 0 0.62 0.65 0.05
HSL 2.29º 0.86% 0.64% -
HSV(B) 2.29º 0.65% 0.95% -
XYZ 42 27.02 11.6 -
YUV 135.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 242 91 85 0 0.62 0.65 0.05 2.29 0.86 0.64
Hex F2 5B 55 0 3E 41 5 2 56 40
Octal 362 133 125 0 76 101 5 2 126 100
Binary 11110010 1011011 1010101 0 111110 1000001 101 10 1010110 1000000

Color Harmonies of #F25B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B55

Black with #F25B55

Text Example


Text Example

White with #F25B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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