Html Css Color HEX #F25556 Mandy

📋 copy color: '#F25556'

red 242 ◦ green 85 ◦ blue 86

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

Shades of Mandy #F25556

Tints of Mandy #F25556

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 242 85 86 -
CMYK 0 0.65 0.64 0.05
HSL 359.62º 0.86% 0.64% -
HSV(B) 359.62º 0.65% 0.95% -
XYZ 41.55 26.05 11.64 -
YUV 132.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 242 85 86 0 0.65 0.64 0.05 359.62 0.86 0.64
Hex F2 55 56 0 41 40 5 168 56 40
Octal 362 125 126 0 101 100 5 550 126 100
Binary 11110010 1010101 1010110 0 1000001 1000000 101 101101000 1010110 1000000

Color Harmonies of #F25556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25556

Black with #F25556

Text Example


Text Example

White with #F25556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25556; }

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

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

background-color css

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

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

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

border-color css

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

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

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