Html Css Color HEX #F836A2 Wild Strawberry

📋 copy color: '#F836A2'

red 248 ◦ green 54 ◦ blue 162

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

Shades of Wild Strawberry #F836A2

Tints of Wild Strawberry #F836A2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.64%

 BLUE value IS 162 (63.67% from 255) = 34.91%

R = 53.45%
G = 11.64%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F836A2 (or 0xF836A2) is known color: Wild Strawberry. HEX triplet: F8, 36 and A2. RGB value is (248,54,162). Sum of RGB (Red+Green+Blue) = 248+54+162=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F836A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F836A2 is #07C95D. Grayscale: #7C7C7C. Windows color (decimal): -510302 or 10630904. OLE color: 10630904.

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

Color convert

RGB 248 54 162 -
CMYK 0 0.78 0.35 0.03
HSL 326.6º 0.93% 0.59% -
HSV(B) 326.6º 0.78% 0.97% -
XYZ 46.55 25.2 36.59 -
YUV 124.32 149.27 216.22 -
System Red Green Blue C M Y K H S L
Decimal 248 54 162 0 0.78 0.35 0.03 326.6 0.93 0.59
Hex F8 36 A2 0 4E 23 3 147 5D 3B
Octal 370 66 242 0 116 43 3 507 135 73
Binary 11111000 110110 10100010 0 1001110 100011 11 101000111 1011101 111011

Color Harmonies of #F836A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F836A2

Black with #F836A2

Text Example


Text Example

White with #F836A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F836A2; }

 p { color: rgb(248,54,162); }

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

background-color css

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

 a { background-color: rgb(248,54,162); }

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

border-color css

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

 span { border-color: rgb(248,54,162); }

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