Html Css Color HEX #F82F90 Wild Strawberry

📋 copy color: '#F82F90'

red 248 ◦ green 47 ◦ blue 144

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

Shades of Wild Strawberry #F82F90

Tints of Wild Strawberry #F82F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.71%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 56.49%
G = 10.71%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F82F90 (or 0xF82F90) is known color: Wild Strawberry. HEX triplet: F8, 2F and 90. RGB value is (248,47,144). Sum of RGB (Red+Green+Blue) = 248+47+144=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82F90 is #07D06F. Grayscale: #757575. Windows color (decimal): -512112 or 9449464. OLE color: 9449464.

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

Color convert

RGB 248 47 144 -
CMYK 0 0.81 0.42 0.03
HSL 331.04º 0.93% 0.58% -
HSV(B) 331.04º 0.81% 0.97% -
XYZ 44.76 24 28.66 -
YUV 118.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 248 47 144 0 0.81 0.42 0.03 331.04 0.93 0.58
Hex F8 2F 90 0 51 2A 3 14B 5D 3A
Octal 370 57 220 0 121 52 3 513 135 72
Binary 11111000 101111 10010000 0 1010001 101010 11 101001011 1011101 111010

Color Harmonies of #F82F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F90

Black with #F82F90

Text Example


Text Example

White with #F82F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F90; }

 p { color: rgb(248,47,144); }

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

background-color css

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

 a { background-color: rgb(248,47,144); }

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

border-color css

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

 span { border-color: rgb(248,47,144); }

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