Html Css Color HEX #F82F9A Wild Strawberry

📋 copy color: '#F82F9A'

red 248 ◦ green 47 ◦ blue 154

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

Shades of Wild Strawberry #F82F9A

Tints of Wild Strawberry #F82F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 55.23%
G = 10.47%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F82F9A (or 0xF82F9A) is known color: Wild Strawberry. HEX triplet: F8, 2F and 9A. RGB value is (248,47,154). Sum of RGB (Red+Green+Blue) = 248+47+154=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82F9A is #07D065. Grayscale: #777777. Windows color (decimal): -512102 or 10104824. OLE color: 10104824.

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

Color convert

RGB 248 47 154 -
CMYK 0 0.81 0.38 0.03
HSL 328.06º 0.93% 0.58% -
HSV(B) 328.06º 0.81% 0.97% -
XYZ 45.56 24.32 32.87 -
YUV 119.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 248 47 154 0 0.81 0.38 0.03 328.06 0.93 0.58
Hex F8 2F 9A 0 51 26 3 148 5D 3A
Octal 370 57 232 0 121 46 3 510 135 72
Binary 11111000 101111 10011010 0 1010001 100110 11 101001000 1011101 111010

Color Harmonies of #F82F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F9A

Black with #F82F9A

Text Example


Text Example

White with #F82F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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