Html Css Color HEX #F83795 Wild Strawberry

📋 copy color: '#F83795'

red 248 ◦ green 55 ◦ blue 149

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

Shades of Wild Strawberry #F83795

Tints of Wild Strawberry #F83795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 54.87%
G = 12.17%
B = 32.96%

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

#F83795 (or 0xF83795) is known color: Wild Strawberry. HEX triplet: F8, 37 and 95. RGB value is (248,55,149). Sum of RGB (Red+Green+Blue) = 248+55+149=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F83795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83795 is #07C86A. Grayscale: #7B7B7B. Windows color (decimal): -510059 or 9779192. OLE color: 9779192.

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

Color convert

RGB 248 55 149 -
CMYK 0 0.78 0.40 0.03
HSL 330.78º 0.93% 0.59% -
HSV(B) 330.78º 0.78% 0.97% -
XYZ 45.5 24.86 30.83 -
YUV 123.42 142.44 216.86 -
System Red Green Blue C M Y K H S L
Decimal 248 55 149 0 0.78 0.40 0.03 330.78 0.93 0.59
Hex F8 37 95 0 4E 28 3 14B 5D 3B
Octal 370 67 225 0 116 50 3 513 135 73
Binary 11111000 110111 10010101 0 1001110 101000 11 101001011 1011101 111011

Color Harmonies of #F83795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83795

Black with #F83795

Text Example


Text Example

White with #F83795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83795; }

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

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

background-color css

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

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

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

border-color css

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

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

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