Html Css Color HEX #F82F9D Wild Strawberry

📋 copy color: '#F82F9D'

red 248 ◦ green 47 ◦ blue 157

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

Shades of Wild Strawberry #F82F9D

Tints of Wild Strawberry #F82F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 54.87%
G = 10.4%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F82F9D (or 0xF82F9D) is known color: Wild Strawberry. HEX triplet: F8, 2F and 9D. RGB value is (248,47,157). Sum of RGB (Red+Green+Blue) = 248+47+157=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82F9D is #07D062. Grayscale: #777777. Windows color (decimal): -512099 or 10301432. OLE color: 10301432.

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

Color convert

RGB 248 47 157 -
CMYK 0 0.81 0.37 0.03
HSL 327.16º 0.93% 0.58% -
HSV(B) 327.16º 0.81% 0.97% -
XYZ 45.81 24.42 34.2 -
YUV 119.64 149.09 219.56 -
System Red Green Blue C M Y K H S L
Decimal 248 47 157 0 0.81 0.37 0.03 327.16 0.93 0.58
Hex F8 2F 9D 0 51 25 3 147 5D 3A
Octal 370 57 235 0 121 45 3 507 135 72
Binary 11111000 101111 10011101 0 1010001 100101 11 101000111 1011101 111010

Color Harmonies of #F82F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F9D

Black with #F82F9D

Text Example


Text Example

White with #F82F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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