Html Css Color HEX #F2895D Crusta

📋 copy color: '#F2895D'

red 242 ◦ green 137 ◦ blue 93

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

Shades of Crusta #F2895D

Tints of Crusta #F2895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.03%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 51.27%
G = 29.03%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2895D (or 0xF2895D) is known color: Crusta. HEX triplet: F2, 89 and 5D. RGB value is (242,137,93). Sum of RGB (Red+Green+Blue) = 242+137+93=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2895D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2895D is #0D76A2. Grayscale: #A3A3A3. Windows color (decimal): -882339 or 6130162. OLE color: 6130162.

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

Color convert

RGB 242 137 93 -
CMYK 0 0.43 0.62 0.05
HSL 17.72º 0.85% 0.66% -
HSV(B) 17.72º 0.62% 0.95% -
XYZ 47.54 37.56 15.1 -
YUV 163.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 242 137 93 0 0.43 0.62 0.05 17.72 0.85 0.66
Hex F2 89 5D 0 2B 3E 5 12 55 42
Octal 362 211 135 0 53 76 5 22 125 102
Binary 11110010 10001001 1011101 0 101011 111110 101 10010 1010101 1000010

Color Harmonies of #F2895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2895D

Black with #F2895D

Text Example


Text Example

White with #F2895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2895D; }

 p { color: rgb(242,137,93); }

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

background-color css

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

 a { background-color: rgb(242,137,93); }

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

border-color css

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

 span { border-color: rgb(242,137,93); }

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