Html Css Color HEX #F84097 Wild Strawberry

📋 copy color: '#F84097'

red 248 ◦ green 64 ◦ blue 151

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

Shades of Wild Strawberry #F84097

Tints of Wild Strawberry #F84097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.82%

 BLUE value IS 151 (59.38% from 255) = 32.61%

R = 53.56%
G = 13.82%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F84097 (or 0xF84097) is known color: Wild Strawberry. HEX triplet: F8, 40 and 97. RGB value is (248,64,151). Sum of RGB (Red+Green+Blue) = 248+64+151=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F84097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84097 is #07BF68. Grayscale: #808080. Windows color (decimal): -507753 or 9912568. OLE color: 9912568.

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

Color convert

RGB 248 64 151 -
CMYK 0 0.74 0.39 0.03
HSL 331.63º 0.93% 0.61% -
HSV(B) 331.63º 0.74% 0.97% -
XYZ 46.13 25.86 31.84 -
YUV 128.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 248 64 151 0 0.74 0.39 0.03 331.63 0.93 0.61
Hex F8 40 97 0 4A 27 3 14C 5D 3D
Octal 370 100 227 0 112 47 3 514 135 75
Binary 11111000 1000000 10010111 0 1001010 100111 11 101001100 1011101 111101

Color Harmonies of #F84097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84097

Black with #F84097

Text Example


Text Example

White with #F84097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84097; }

 p { color: rgb(248,64,151); }

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

background-color css

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

 a { background-color: rgb(248,64,151); }

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

border-color css

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

 span { border-color: rgb(248,64,151); }

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