Html Css Color HEX #F15555 Flamingo

📋 copy color: '#F15555'

red 241 ◦ green 85 ◦ blue 85

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

Shades of Flamingo #F15555

Tints of Flamingo #F15555

RGB

 RED value IS 241 (94.53% from 255) = 58.64%

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

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

R = 58.64%
G = 20.68%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F15555 (or 0xF15555) is known color: Flamingo. HEX triplet: F1, 55 and 55. RGB value is (241,85,85). Sum of RGB (Red+Green+Blue) = 241+85+85=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F15555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15555 is #0EAAAA. Grayscale: #838383. Windows color (decimal): -961195 or 5592561. OLE color: 5592561.

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

Color convert

RGB 241 85 85 -
CMYK 0 0.65 0.65 0.05
HSL 0.85% 0.64% -
HSV(B) 0.65% 0.95% -
XYZ 41.16 25.85 11.42 -
YUV 131.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 241 85 85 0 0.65 0.65 0.05 0 0.85 0.64
Hex F1 55 55 0 41 41 5 0 55 40
Octal 361 125 125 0 101 101 5 0 125 100
Binary 11110001 1010101 1010101 0 1000001 1000001 101 0 1010101 1000000

Color Harmonies of #F15555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15555

Black with #F15555

Text Example


Text Example

White with #F15555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15555; }

 p { color: rgb(241,85,85); }

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

background-color css

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

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

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

border-color css

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

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

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