Html Css Color HEX #F27267 Bittersweet

📋 copy color: '#F27267'

red 242 ◦ green 114 ◦ blue 103

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

Shades of Bittersweet #F27267

Tints of Bittersweet #F27267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 103 (40.63% from 255) = 22.44%

R = 52.72%
G = 24.84%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F27267 (or 0xF27267) is known color: Bittersweet. HEX triplet: F2, 72 and 67. RGB value is (242,114,103). Sum of RGB (Red+Green+Blue) = 242+114+103=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F27267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27267 is #0D8D98. Grayscale: #979797. Windows color (decimal): -888217 or 6779634. OLE color: 6779634.

HSL color Cylindrical-coordinate representation of color #F27267: hue angle of 4.75º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F27267 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 114 103 -
CMYK 0 0.53 0.57 0.05
HSL 4.75º 0.84% 0.68% -
HSV(B) 4.75º 0.57% 0.95% -
XYZ 45.08 31.89 16.61 -
YUV 151.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 242 114 103 0 0.53 0.57 0.05 4.75 0.84 0.68
Hex F2 72 67 0 35 39 5 5 54 44
Octal 362 162 147 0 65 71 5 5 124 104
Binary 11110010 1110010 1100111 0 110101 111001 101 101 1010100 1000100

Color Harmonies of #F27267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27267

Black with #F27267

Text Example


Text Example

White with #F27267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27267; }

 p { color: rgb(242,114,103); }

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

background-color css

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

 a { background-color: rgb(242,114,103); }

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

border-color css

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

 span { border-color: rgb(242,114,103); }

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