Html Css Color HEX #F18565 Crusta

📋 copy color: '#F18565'

red 241 ◦ green 133 ◦ blue 101

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

Shades of Crusta #F18565

Tints of Crusta #F18565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28%

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 50.74%
G = 28%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18565 (or 0xF18565) is known color: Crusta. HEX triplet: F1, 85 and 65. RGB value is (241,133,101). Sum of RGB (Red+Green+Blue) = 241+133+101=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18565 is #0E7A9A. Grayscale: #A1A1A1. Windows color (decimal): -948891 or 6653425. OLE color: 6653425.

HSL color Cylindrical-coordinate representation of color #F18565: hue angle of 13.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F18565 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 133 101 -
CMYK 0 0.45 0.58 0.05
HSL 13.71º 0.83% 0.67% -
HSV(B) 13.71º 0.58% 0.95% -
XYZ 47.01 36.42 16.86 -
YUV 161.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 241 133 101 0 0.45 0.58 0.05 13.71 0.83 0.67
Hex F1 85 65 0 2D 3A 5 E 53 43
Octal 361 205 145 0 55 72 5 16 123 103
Binary 11110001 10000101 1100101 0 101101 111010 101 1110 1010011 1000011

Color Harmonies of #F18565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18565

Black with #F18565

Text Example


Text Example

White with #F18565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18565; }

 p { color: rgb(241,133,101); }

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

background-color css

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

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

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

border-color css

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

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

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