Html Css Color HEX #F25655 Flamingo

📋 copy color: '#F25655'

red 242 ◦ green 86 ◦ blue 85

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

Shades of Flamingo #F25655

Tints of Flamingo #F25655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.82%

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

R = 58.6%
G = 20.82%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F25655 (or 0xF25655) is known color: Flamingo. HEX triplet: F2, 56 and 55. RGB value is (242,86,85). Sum of RGB (Red+Green+Blue) = 242+86+85=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F25655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25655 is #0DA9AA. Grayscale: #848484. Windows color (decimal): -895403 or 5592818. OLE color: 5592818.

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

Color convert

RGB 242 86 85 -
CMYK 0 0.64 0.65 0.05
HSL 0.38º 0.86% 0.64% -
HSV(B) 0.38º 0.65% 0.95% -
XYZ 41.59 26.19 11.46 -
YUV 132.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 242 86 85 0 0.64 0.65 0.05 0.38 0.86 0.64
Hex F2 56 55 0 40 41 5 0 56 40
Octal 362 126 125 0 100 101 5 0 126 100
Binary 11110010 1010110 1010101 0 1000000 1000001 101 0 1010110 1000000

Color Harmonies of #F25655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25655

Black with #F25655

Text Example


Text Example

White with #F25655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25655; }

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

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

background-color css

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

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

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

border-color css

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

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

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