Html Css Color HEX #F82C80 Wild Strawberry

📋 copy color: '#F82C80'

red 248 ◦ green 44 ◦ blue 128

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

Shades of Wild Strawberry #F82C80

Tints of Wild Strawberry #F82C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.48%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 59.05%
G = 10.48%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F82C80 (or 0xF82C80) is known color: Wild Strawberry. HEX triplet: F8, 2C and 80. RGB value is (248,44,128). Sum of RGB (Red+Green+Blue) = 248+44+128=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82C80 is #07D37F. Grayscale: #727272. Windows color (decimal): -512896 or 8400120. OLE color: 8400120.

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

Color convert

RGB 248 44 128 -
CMYK 0 0.82 0.48 0.03
HSL 335.29º 0.94% 0.57% -
HSV(B) 335.29º 0.82% 0.97% -
XYZ 43.51 23.32 22.63 -
YUV 114.57 135.59 223.17 -
System Red Green Blue C M Y K H S L
Decimal 248 44 128 0 0.82 0.48 0.03 335.29 0.94 0.57
Hex F8 2C 80 0 52 30 3 14F 5E 39
Octal 370 54 200 0 122 60 3 517 136 71
Binary 11111000 101100 10000000 0 1010010 110000 11 101001111 1011110 111001

Color Harmonies of #F82C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C80

Black with #F82C80

Text Example


Text Example

White with #F82C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C80; }

 p { color: rgb(248,44,128); }

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

background-color css

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

 a { background-color: rgb(248,44,128); }

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

border-color css

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

 span { border-color: rgb(248,44,128); }

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