Html Css Color HEX #F27F5D Crusta

📋 copy color: '#F27F5D'

red 242 ◦ green 127 ◦ blue 93

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

Shades of Crusta #F27F5D

Tints of Crusta #F27F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

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

R = 52.38%
G = 27.49%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F27F5D (or 0xF27F5D) is known color: Crusta. HEX triplet: F2, 7F and 5D. RGB value is (242,127,93). Sum of RGB (Red+Green+Blue) = 242+127+93=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F5D is #0D80A2. Grayscale: #9D9D9D. Windows color (decimal): -884899 or 6127602. OLE color: 6127602.

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

Color convert

RGB 242 127 93 -
CMYK 0 0.48 0.62 0.05
HSL 13.69º 0.85% 0.66% -
HSV(B) 13.69º 0.62% 0.95% -
XYZ 46.18 34.85 14.65 -
YUV 157.51 91.6 188.26 -
System Red Green Blue C M Y K H S L
Decimal 242 127 93 0 0.48 0.62 0.05 13.69 0.85 0.66
Hex F2 7F 5D 0 30 3E 5 E 55 42
Octal 362 177 135 0 60 76 5 16 125 102
Binary 11110010 1111111 1011101 0 110000 111110 101 1110 1010101 1000010

Color Harmonies of #F27F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F5D

Black with #F27F5D

Text Example


Text Example

White with #F27F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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