Html Css Color HEX #F93498 Wild Strawberry

📋 copy color: '#F93498'

red 249 ◦ green 52 ◦ blue 152

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

Shades of Wild Strawberry #F93498

Tints of Wild Strawberry #F93498

RGB

 RED value IS 249 (97.66% from 255) = 54.97%

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

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

R = 54.97%
G = 11.48%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F93498 (or 0xF93498) is known color: Wild Strawberry. HEX triplet: F9, 34 and 98. RGB value is (249,52,152). Sum of RGB (Red+Green+Blue) = 249+52+152=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F93498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93498 is #06CB67. Grayscale: #7A7A7A. Windows color (decimal): -445288 or 9975033. OLE color: 9975033.

HSL color Cylindrical-coordinate representation of color #F93498: hue angle of 329.54º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93498 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 152 -
CMYK 0 0.79 0.39 0.02
HSL 329.54º 0.94% 0.59% -
HSV(B) 329.54º 0.79% 0.98% -
XYZ 45.96 24.86 32.08 -
YUV 122.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 249 52 152 0 0.79 0.39 0.02 329.54 0.94 0.59
Hex F9 34 98 0 4F 27 2 14A 5E 3B
Octal 371 64 230 0 117 47 2 512 136 73
Binary 11111001 110100 10011000 0 1001111 100111 10 101001010 1011110 111011

Color Harmonies of #F93498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93498

Black with #F93498

Text Example


Text Example

White with #F93498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93498; }

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

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

background-color css

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

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

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

border-color css

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

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

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