Html Css Color HEX #F27463 Bittersweet

📋 copy color: '#F27463'

red 242 ◦ green 116 ◦ blue 99

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

Shades of Bittersweet #F27463

Tints of Bittersweet #F27463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 52.95%
G = 25.38%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F27463 (or 0xF27463) is known color: Bittersweet. HEX triplet: F2, 74 and 63. RGB value is (242,116,99). Sum of RGB (Red+Green+Blue) = 242+116+99=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27463 is #0D8B9C. Grayscale: #979797. Windows color (decimal): -887709 or 6518002. OLE color: 6518002.

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

Color convert

RGB 242 116 99 -
CMYK 0 0.52 0.59 0.05
HSL 7.13º 0.85% 0.67% -
HSV(B) 7.13º 0.59% 0.95% -
XYZ 45.12 32.27 15.66 -
YUV 151.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 242 116 99 0 0.52 0.59 0.05 7.13 0.85 0.67
Hex F2 74 63 0 34 3B 5 7 55 43
Octal 362 164 143 0 64 73 5 7 125 103
Binary 11110010 1110100 1100011 0 110100 111011 101 111 1010101 1000011

Color Harmonies of #F27463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27463

Black with #F27463

Text Example


Text Example

White with #F27463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27463; }

 p { color: rgb(242,116,99); }

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

background-color css

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

 a { background-color: rgb(242,116,99); }

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

border-color css

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

 span { border-color: rgb(242,116,99); }

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