Html Css Color HEX #F93085 Wild Strawberry

📋 copy color: '#F93085'

red 249 ◦ green 48 ◦ blue 133

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

Shades of Wild Strawberry #F93085

Tints of Wild Strawberry #F93085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 57.91%
G = 11.16%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F93085 (or 0xF93085) is known color: Wild Strawberry. HEX triplet: F9, 30 and 85. RGB value is (249,48,133). Sum of RGB (Red+Green+Blue) = 249+48+133=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F93085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93085 is #06CF7A. Grayscale: #757575. Windows color (decimal): -446331 or 8728825. OLE color: 8728825.

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

Color convert

RGB 249 48 133 -
CMYK 0 0.81 0.47 0.02
HSL 334.63º 0.94% 0.58% -
HSV(B) 334.63º 0.81% 0.98% -
XYZ 44.36 23.95 24.47 -
YUV 117.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 249 48 133 0 0.81 0.47 0.02 334.63 0.94 0.58
Hex F9 30 85 0 51 2F 2 14F 5E 3A
Octal 371 60 205 0 121 57 2 517 136 72
Binary 11111001 110000 10000101 0 1010001 101111 10 101001111 1011110 111010

Color Harmonies of #F93085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93085

Black with #F93085

Text Example


Text Example

White with #F93085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93085; }

 p { color: rgb(249,48,133); }

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

background-color css

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

 a { background-color: rgb(249,48,133); }

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

border-color css

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

 span { border-color: rgb(249,48,133); }

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