Html Css Color HEX #FA3085 Wild Strawberry

📋 copy color: '#FA3085'

red 250 ◦ green 48 ◦ blue 133

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

Shades of Wild Strawberry #FA3085

Tints of Wild Strawberry #FA3085

RGB

 RED value IS 250 (98.05% from 255) = 58%

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

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

R = 58%
G = 11.14%
B = 30.86%

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

#FA3085 (or 0xFA3085) is known color: Wild Strawberry. HEX triplet: FA, 30 and 85. RGB value is (250,48,133). Sum of RGB (Red+Green+Blue) = 250+48+133=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3085 is #05CF7A. Grayscale: #757575. Windows color (decimal): -380795 or 8728826. OLE color: 8728826.

HSL color Cylindrical-coordinate representation of color #FA3085: hue angle of 334.75º degrees, saturation: 0.95, 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 #FA3085 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 48 133 -
CMYK 0 0.81 0.47 0.02
HSL 334.75º 0.95% 0.58% -
HSV(B) 334.75º 0.81% 0.98% -
XYZ 44.71 24.13 24.49 -
YUV 118.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 250 48 133 0 0.81 0.47 0.02 334.75 0.95 0.58
Hex FA 30 85 0 51 2F 2 14F 5F 3A
Octal 372 60 205 0 121 57 2 517 137 72
Binary 11111010 110000 10000101 0 1010001 101111 10 101001111 1011111 111010

Color Harmonies of #FA3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3085

Black with #FA3085

Text Example


Text Example

White with #FA3085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3085; }

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

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

background-color css

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

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

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

border-color css

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

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

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