Html Css Color HEX #F83498 Wild Strawberry

📋 copy color: '#F83498'

red 248 ◦ green 52 ◦ blue 152

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

Shades of Wild Strawberry #F83498

Tints of Wild Strawberry #F83498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.5%

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 54.87%
G = 11.5%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F83498 (or 0xF83498) is known color: Wild Strawberry. HEX triplet: F8, 34 and 98. RGB value is (248,52,152). Sum of RGB (Red+Green+Blue) = 248+52+152=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F83498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83498 is #07CB67. Grayscale: #797979. Windows color (decimal): -510824 or 9975032. OLE color: 9975032.

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

Color convert

RGB 248 52 152 -
CMYK 0 0.79 0.39 0.03
HSL 329.39º 0.93% 0.59% -
HSV(B) 329.39º 0.79% 0.97% -
XYZ 45.61 24.68 32.07 -
YUV 122 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 248 52 152 0 0.79 0.39 0.03 329.39 0.93 0.59
Hex F8 34 98 0 4F 27 3 149 5D 3B
Octal 370 64 230 0 117 47 3 511 135 73
Binary 11111000 110100 10011000 0 1001111 100111 11 101001001 1011101 111011

Color Harmonies of #F83498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83498

Black with #F83498

Text Example


Text Example

White with #F83498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83498; }

 p { color: rgb(248,52,152); }

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

background-color css

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

 a { background-color: rgb(248,52,152); }

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

border-color css

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

 span { border-color: rgb(248,52,152); }

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