Html Css Color HEX #F835A0 Wild Strawberry

📋 copy color: '#F835A0'

red 248 ◦ green 53 ◦ blue 160

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

Shades of Wild Strawberry #F835A0

Tints of Wild Strawberry #F835A0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.5%

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

R = 53.8%
G = 11.5%
B = 34.71%

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

#F835A0 (or 0xF835A0) is known color: Wild Strawberry. HEX triplet: F8, 35 and A0. RGB value is (248,53,160). Sum of RGB (Red+Green+Blue) = 248+53+160=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F835A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F835A0 is #07CA5F. Grayscale: #7B7B7B. Windows color (decimal): -510560 or 10499576. OLE color: 10499576.

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

Color convert

RGB 248 53 160 -
CMYK 0 0.79 0.35 0.03
HSL 327.08º 0.93% 0.59% -
HSV(B) 327.08º 0.79% 0.97% -
XYZ 46.33 25.04 35.65 -
YUV 123.5 148.6 216.8 -
System Red Green Blue C M Y K H S L
Decimal 248 53 160 0 0.79 0.35 0.03 327.08 0.93 0.59
Hex F8 35 A0 0 4F 23 3 147 5D 3B
Octal 370 65 240 0 117 43 3 507 135 73
Binary 11111000 110101 10100000 0 1001111 100011 11 101000111 1011101 111011

Color Harmonies of #F835A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F835A0

Black with #F835A0

Text Example


Text Example

White with #F835A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F835A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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