Html Css Color HEX #F837A0 Wild Strawberry

📋 copy color: '#F837A0'

red 248 ◦ green 55 ◦ blue 160

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

Shades of Wild Strawberry #F837A0

Tints of Wild Strawberry #F837A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.88%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 53.56%
G = 11.88%
B = 34.56%

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

#F837A0 (or 0xF837A0) is known color: Wild Strawberry. HEX triplet: F8, 37 and A0. RGB value is (248,55,160). Sum of RGB (Red+Green+Blue) = 248+55+160=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F837A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F837A0 is #07C85F. Grayscale: #7C7C7C. Windows color (decimal): -510048 or 10500088. OLE color: 10500088.

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

Color convert

RGB 248 55 160 -
CMYK 0 0.78 0.35 0.03
HSL 327.36º 0.93% 0.59% -
HSV(B) 327.36º 0.78% 0.97% -
XYZ 46.42 25.23 35.68 -
YUV 124.68 147.94 215.96 -
System Red Green Blue C M Y K H S L
Decimal 248 55 160 0 0.78 0.35 0.03 327.36 0.93 0.59
Hex F8 37 A0 0 4E 23 3 147 5D 3B
Octal 370 67 240 0 116 43 3 507 135 73
Binary 11111000 110111 10100000 0 1001110 100011 11 101000111 1011101 111011

Color Harmonies of #F837A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F837A0

Black with #F837A0

Text Example


Text Example

White with #F837A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F837A0; }

 p { color: rgb(248,55,160); }

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

background-color css

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

 a { background-color: rgb(248,55,160); }

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

border-color css

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

 span { border-color: rgb(248,55,160); }

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