Html Css Color HEX #F82D83 Wild Strawberry

📋 copy color: '#F82D83'

red 248 ◦ green 45 ◦ blue 131

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

Shades of Wild Strawberry #F82D83

Tints of Wild Strawberry #F82D83

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 58.49%
G = 10.61%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F82D83 (or 0xF82D83) is known color: Wild Strawberry. HEX triplet: F8, 2D and 83. RGB value is (248,45,131). Sum of RGB (Red+Green+Blue) = 248+45+131=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82D83 is #07D27C. Grayscale: #737373. Windows color (decimal): -512637 or 8596984. OLE color: 8596984.

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

Color convert

RGB 248 45 131 -
CMYK 0 0.82 0.47 0.03
HSL 334.58º 0.94% 0.57% -
HSV(B) 334.58º 0.82% 0.97% -
XYZ 43.75 23.47 23.7 -
YUV 115.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 248 45 131 0 0.82 0.47 0.03 334.58 0.94 0.57
Hex F8 2D 83 0 52 2F 3 14F 5E 39
Octal 370 55 203 0 122 57 3 517 136 71
Binary 11111000 101101 10000011 0 1010010 101111 11 101001111 1011110 111001

Color Harmonies of #F82D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D83

Black with #F82D83

Text Example


Text Example

White with #F82D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D83; }

 p { color: rgb(248,45,131); }

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

background-color css

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

 a { background-color: rgb(248,45,131); }

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

border-color css

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

 span { border-color: rgb(248,45,131); }

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