Html Css Color HEX #F15E62 Froly

📋 copy color: '#F15E62'

red 241 ◦ green 94 ◦ blue 98

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

Shades of Froly #F15E62

Tints of Froly #F15E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.71%

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 55.66%
G = 21.71%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F15E62 (or 0xF15E62) is known color: Froly. HEX triplet: F1, 5E and 62. RGB value is (241,94,98). Sum of RGB (Red+Green+Blue) = 241+94+98=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E62 is #0EA19D. Grayscale: #8A8A8A. Windows color (decimal): -958878 or 6446833. OLE color: 6446833.

HSL color Cylindrical-coordinate representation of color #F15E62: hue angle of 358.37º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15E62 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 94 98 -
CMYK 0 0.61 0.59 0.05
HSL 358.37º 0.84% 0.66% -
HSV(B) 358.37º 0.61% 0.95% -
XYZ 42.48 27.59 14.64 -
YUV 138.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 241 94 98 0 0.61 0.59 0.05 358.37 0.84 0.66
Hex F1 5E 62 0 3D 3B 5 166 54 42
Octal 361 136 142 0 75 73 5 546 124 102
Binary 11110001 1011110 1100010 0 111101 111011 101 101100110 1010100 1000010

Color Harmonies of #F15E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E62

Black with #F15E62

Text Example


Text Example

White with #F15E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E62; }

 p { color: rgb(241,94,98); }

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

background-color css

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

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

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

border-color css

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

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

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