Html Css Color HEX #F27462 Bittersweet

📋 copy color: '#F27462'

red 242 ◦ green 116 ◦ blue 98

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

Shades of Bittersweet #F27462

Tints of Bittersweet #F27462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.49%

R = 53.07%
G = 25.44%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F27462 (or 0xF27462) is known color: Bittersweet. HEX triplet: F2, 74 and 62. RGB value is (242,116,98). Sum of RGB (Red+Green+Blue) = 242+116+98=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F27462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27462 is #0D8B9D. Grayscale: #979797. Windows color (decimal): -887710 or 6452466. OLE color: 6452466.

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

Color convert

RGB 242 116 98 -
CMYK 0 0.52 0.60 0.05
HSL 7.5º 0.85% 0.67% -
HSV(B) 7.5º 0.6% 0.95% -
XYZ 45.07 32.25 15.4 -
YUV 151.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 242 116 98 0 0.52 0.60 0.05 7.5 0.85 0.67
Hex F2 74 62 0 34 3C 5 8 55 43
Octal 362 164 142 0 64 74 5 10 125 103
Binary 11110010 1110100 1100010 0 110100 111100 101 1000 1010101 1000011

Color Harmonies of #F27462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27462

Black with #F27462

Text Example


Text Example

White with #F27462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27462; }

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

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

background-color css

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

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

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

border-color css

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

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

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