Html Css Color HEX #F8297D Wild Strawberry

📋 copy color: '#F8297D'

red 248 ◦ green 41 ◦ blue 125

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

Shades of Wild Strawberry #F8297D

Tints of Wild Strawberry #F8297D

RGB

 RED value IS 248 (97.27% from 255) = 59.9%

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 59.9%
G = 9.9%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8297D (or 0xF8297D) is known color: Wild Strawberry. HEX triplet: F8, 29 and 7D. RGB value is (248,41,125). Sum of RGB (Red+Green+Blue) = 248+41+125=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F8297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8297D is #07D682. Grayscale: #707070. Windows color (decimal): -513667 or 8202744. OLE color: 8202744.

HSL color Cylindrical-coordinate representation of color #F8297D: hue angle of 335.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8297D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 125 -
CMYK 0 0.83 0.50 0.03
HSL 335.65º 0.94% 0.57% -
HSV(B) 335.65º 0.83% 0.97% -
XYZ 43.21 23.02 21.57 -
YUV 112.47 135.08 224.67 -
System Red Green Blue C M Y K H S L
Decimal 248 41 125 0 0.83 0.50 0.03 335.65 0.94 0.57
Hex F8 29 7D 0 53 32 3 150 5E 39
Octal 370 51 175 0 123 62 3 520 136 71
Binary 11111000 101001 1111101 0 1010011 110010 11 101010000 1011110 111001

Color Harmonies of #F8297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8297D

Black with #F8297D

Text Example


Text Example

White with #F8297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8297D; }

 p { color: rgb(248,41,125); }

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

background-color css

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

 a { background-color: rgb(248,41,125); }

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

border-color css

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

 span { border-color: rgb(248,41,125); }

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