Html Css Color HEX #F15F63 Froly

📋 copy color: '#F15F63'

red 241 ◦ green 95 ◦ blue 99

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

Shades of Froly #F15F63

Tints of Froly #F15F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.84%

 BLUE value IS 99 (39.06% from 255) = 22.76%

R = 55.4%
G = 21.84%
B = 22.76%

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

#F15F63 (or 0xF15F63) is known color: Froly. HEX triplet: F1, 5F and 63. RGB value is (241,95,99). Sum of RGB (Red+Green+Blue) = 241+95+99=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F63 is #0EA09C. Grayscale: #8B8B8B. Windows color (decimal): -958621 or 6512625. OLE color: 6512625.

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

Color convert

RGB 241 95 99 -
CMYK 0 0.61 0.59 0.05
HSL 358.36º 0.84% 0.66% -
HSV(B) 358.36º 0.61% 0.95% -
XYZ 42.62 27.79 14.92 -
YUV 139.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 241 95 99 0 0.61 0.59 0.05 358.36 0.84 0.66
Hex F1 5F 63 0 3D 3B 5 166 54 42
Octal 361 137 143 0 75 73 5 546 124 102
Binary 11110001 1011111 1100011 0 111101 111011 101 101100110 1010100 1000010

Color Harmonies of #F15F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F63

Black with #F15F63

Text Example


Text Example

White with #F15F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F63; }

 p { color: rgb(241,95,99); }

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

background-color css

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

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

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

border-color css

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

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

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