Html Css Color HEX #F83696 Wild Strawberry

📋 copy color: '#F83696'

red 248 ◦ green 54 ◦ blue 150

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

Shades of Wild Strawberry #F83696

Tints of Wild Strawberry #F83696

RGB

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

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

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

R = 54.87%
G = 11.95%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F83696 (or 0xF83696) is known color: Wild Strawberry. HEX triplet: F8, 36 and 96. RGB value is (248,54,150). Sum of RGB (Red+Green+Blue) = 248+54+150=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F83696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83696 is #07C969. Grayscale: #7A7A7A. Windows color (decimal): -510314 or 9844472. OLE color: 9844472.

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

Color convert

RGB 248 54 150 -
CMYK 0 0.78 0.40 0.03
HSL 330.31º 0.93% 0.59% -
HSV(B) 330.31º 0.78% 0.97% -
XYZ 45.54 24.8 31.24 -
YUV 122.95 143.27 217.19 -
System Red Green Blue C M Y K H S L
Decimal 248 54 150 0 0.78 0.40 0.03 330.31 0.93 0.59
Hex F8 36 96 0 4E 28 3 14A 5D 3B
Octal 370 66 226 0 116 50 3 512 135 73
Binary 11111000 110110 10010110 0 1001110 101000 11 101001010 1011101 111011

Color Harmonies of #F83696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83696

Black with #F83696

Text Example


Text Example

White with #F83696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83696; }

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

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

background-color css

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

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

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

border-color css

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

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

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