Html Css Color HEX #F82895 Wild Strawberry

📋 copy color: '#F82895'

red 248 ◦ green 40 ◦ blue 149

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

Shades of Wild Strawberry #F82895

Tints of Wild Strawberry #F82895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.15%

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 56.75%
G = 9.15%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F82895 (or 0xF82895) is known color: Wild Strawberry. HEX triplet: F8, 28 and 95. RGB value is (248,40,149). Sum of RGB (Red+Green+Blue) = 248+40+149=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F82895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82895 is #07D76A. Grayscale: #727272. Windows color (decimal): -513899 or 9775352. OLE color: 9775352.

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

Color convert

RGB 248 40 149 -
CMYK 0 0.84 0.40 0.03
HSL 328.56º 0.94% 0.56% -
HSV(B) 328.56º 0.84% 0.97% -
XYZ 44.9 23.64 30.63 -
YUV 114.62 147.41 223.14 -
System Red Green Blue C M Y K H S L
Decimal 248 40 149 0 0.84 0.40 0.03 328.56 0.94 0.56
Hex F8 28 95 0 54 28 3 149 5E 38
Octal 370 50 225 0 124 50 3 511 136 70
Binary 11111000 101000 10010101 0 1010100 101000 11 101001001 1011110 111000

Color Harmonies of #F82895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82895

Black with #F82895

Text Example


Text Example

White with #F82895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82895; }

 p { color: rgb(248,40,149); }

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

background-color css

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

 a { background-color: rgb(248,40,149); }

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

border-color css

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

 span { border-color: rgb(248,40,149); }

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