Html Css Color HEX #F834A2 Wild Strawberry

📋 copy color: '#F834A2'

red 248 ◦ green 52 ◦ blue 162

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

Shades of Wild Strawberry #F834A2

Tints of Wild Strawberry #F834A2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.26%

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

R = 53.68%
G = 11.26%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F834A2 (or 0xF834A2) is known color: Wild Strawberry. HEX triplet: F8, 34 and A2. RGB value is (248,52,162). Sum of RGB (Red+Green+Blue) = 248+52+162=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F834A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F834A2 is #07CB5D. Grayscale: #7A7A7A. Windows color (decimal): -510814 or 10630392. OLE color: 10630392.

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

Color convert

RGB 248 52 162 -
CMYK 0 0.79 0.35 0.03
HSL 326.33º 0.93% 0.59% -
HSV(B) 326.33º 0.79% 0.97% -
XYZ 46.46 25.02 36.56 -
YUV 123.14 149.93 217.06 -
System Red Green Blue C M Y K H S L
Decimal 248 52 162 0 0.79 0.35 0.03 326.33 0.93 0.59
Hex F8 34 A2 0 4F 23 3 146 5D 3B
Octal 370 64 242 0 117 43 3 506 135 73
Binary 11111000 110100 10100010 0 1001111 100011 11 101000110 1011101 111011

Color Harmonies of #F834A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F834A2

Black with #F834A2

Text Example


Text Example

White with #F834A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F834A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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