Html Css Color HEX #F8399A Wild Strawberry

📋 copy color: '#F8399A'

red 248 ◦ green 57 ◦ blue 154

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

Shades of Wild Strawberry #F8399A

Tints of Wild Strawberry #F8399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.42%

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 54.03%
G = 12.42%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8399A (or 0xF8399A) is known color: Wild Strawberry. HEX triplet: F8, 39 and 9A. RGB value is (248,57,154). Sum of RGB (Red+Green+Blue) = 248+57+154=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8399A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8399A is #07C665. Grayscale: #7C7C7C. Windows color (decimal): -509542 or 10107384. OLE color: 10107384.

HSL color Cylindrical-coordinate representation of color #F8399A: hue angle of 329.53º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8399A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 57 154 -
CMYK 0 0.77 0.38 0.03
HSL 329.53º 0.93% 0.6% -
HSV(B) 329.53º 0.77% 0.97% -
XYZ 46.01 25.22 33.01 -
YUV 125.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 248 57 154 0 0.77 0.38 0.03 329.53 0.93 0.6
Hex F8 39 9A 0 4D 26 3 14A 5D 3C
Octal 370 71 232 0 115 46 3 512 135 74
Binary 11111000 111001 10011010 0 1001101 100110 11 101001010 1011101 111100

Color Harmonies of #F8399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8399A

Black with #F8399A

Text Example


Text Example

White with #F8399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8399A; }

 p { color: rgb(248,57,154); }

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

background-color css

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

 a { background-color: rgb(248,57,154); }

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

border-color css

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

 span { border-color: rgb(248,57,154); }

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