Html Css Color HEX #F2835D Crusta

📋 copy color: '#F2835D'

red 242 ◦ green 131 ◦ blue 93

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

Shades of Crusta #F2835D

Tints of Crusta #F2835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

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

R = 51.93%
G = 28.11%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2835D (or 0xF2835D) is known color: Crusta. HEX triplet: F2, 83 and 5D. RGB value is (242,131,93). Sum of RGB (Red+Green+Blue) = 242+131+93=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2835D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2835D is #0D7CA2. Grayscale: #A0A0A0. Windows color (decimal): -883875 or 6128626. OLE color: 6128626.

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

Color convert

RGB 242 131 93 -
CMYK 0 0.46 0.62 0.05
HSL 15.3º 0.85% 0.66% -
HSV(B) 15.3º 0.62% 0.95% -
XYZ 46.71 35.9 14.82 -
YUV 159.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 242 131 93 0 0.46 0.62 0.05 15.3 0.85 0.66
Hex F2 83 5D 0 2E 3E 5 F 55 42
Octal 362 203 135 0 56 76 5 17 125 102
Binary 11110010 10000011 1011101 0 101110 111110 101 1111 1010101 1000010

Color Harmonies of #F2835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2835D

Black with #F2835D

Text Example


Text Example

White with #F2835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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