Html Css Color HEX #F25E5D Bittersweet

📋 copy color: '#F25E5D'

red 242 ◦ green 94 ◦ blue 93

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

Shades of Bittersweet #F25E5D

Tints of Bittersweet #F25E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

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

R = 56.41%
G = 21.91%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F25E5D (or 0xF25E5D) is known color: Bittersweet. HEX triplet: F2, 5E and 5D. RGB value is (242,94,93). Sum of RGB (Red+Green+Blue) = 242+94+93=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25E5D is #0DA1A2. Grayscale: #8A8A8A. Windows color (decimal): -893347 or 6119154. OLE color: 6119154.

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

Color convert

RGB 242 94 93 -
CMYK 0 0.61 0.62 0.05
HSL 0.4º 0.85% 0.66% -
HSV(B) 0.4º 0.62% 0.95% -
XYZ 42.6 27.67 13.45 -
YUV 138.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 242 94 93 0 0.61 0.62 0.05 0.4 0.85 0.66
Hex F2 5E 5D 0 3D 3E 5 0 55 42
Octal 362 136 135 0 75 76 5 0 125 102
Binary 11110010 1011110 1011101 0 111101 111110 101 0 1010101 1000010

Color Harmonies of #F25E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25E5D

Black with #F25E5D

Text Example


Text Example

White with #F25E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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