Html Css Color HEX #F82997 Wild Strawberry

📋 copy color: '#F82997'

red 248 ◦ green 41 ◦ blue 151

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

Shades of Wild Strawberry #F82997

Tints of Wild Strawberry #F82997

RGB

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

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

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

R = 56.36%
G = 9.32%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F82997 (or 0xF82997) is known color: Wild Strawberry. HEX triplet: F8, 29 and 97. RGB value is (248,41,151). Sum of RGB (Red+Green+Blue) = 248+41+151=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F82997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82997 is #07D668. Grayscale: #737373. Windows color (decimal): -513641 or 9906680. OLE color: 9906680.

HSL color Cylindrical-coordinate representation of color #F82997: hue angle of 328.12º 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 #F82997 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 151 -
CMYK 0 0.83 0.39 0.03
HSL 328.12º 0.94% 0.57% -
HSV(B) 328.12º 0.83% 0.97% -
XYZ 45.09 23.78 31.49 -
YUV 115.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 248 41 151 0 0.83 0.39 0.03 328.12 0.94 0.57
Hex F8 29 97 0 53 27 3 148 5E 39
Octal 370 51 227 0 123 47 3 510 136 71
Binary 11111000 101001 10010111 0 1010011 100111 11 101001000 1011110 111001

Color Harmonies of #F82997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82997

Black with #F82997

Text Example


Text Example

White with #F82997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82997; }

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

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

background-color css

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

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

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

border-color css

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

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

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