Html Css Color HEX #F83896 Wild Strawberry

📋 copy color: '#F83896'

red 248 ◦ green 56 ◦ blue 150

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

Shades of Wild Strawberry #F83896

Tints of Wild Strawberry #F83896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 54.63%
G = 12.33%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F83896 (or 0xF83896) is known color: Wild Strawberry. HEX triplet: F8, 38 and 96. RGB value is (248,56,150). Sum of RGB (Red+Green+Blue) = 248+56+150=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F83896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83896 is #07C769. Grayscale: #7B7B7B. Windows color (decimal): -509802 or 9844984. OLE color: 9844984.

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

Color convert

RGB 248 56 150 -
CMYK 0 0.77 0.40 0.03
HSL 330.63º 0.93% 0.6% -
HSV(B) 330.63º 0.77% 0.97% -
XYZ 45.63 24.99 31.27 -
YUV 124.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 248 56 150 0 0.77 0.40 0.03 330.63 0.93 0.6
Hex F8 38 96 0 4D 28 3 14B 5D 3C
Octal 370 70 226 0 115 50 3 513 135 74
Binary 11111000 111000 10010110 0 1001101 101000 11 101001011 1011101 111100

Color Harmonies of #F83896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83896

Black with #F83896

Text Example


Text Example

White with #F83896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83896; }

 p { color: rgb(248,56,150); }

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

background-color css

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

 a { background-color: rgb(248,56,150); }

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

border-color css

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

 span { border-color: rgb(248,56,150); }

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