Html Css Color HEX #FF3085 Wild Strawberry

📋 copy color: '#FF3085'

red 255 ◦ green 48 ◦ blue 133

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

Shades of Wild Strawberry #FF3085

Tints of Wild Strawberry #FF3085

RGB

 RED value IS 255 (100% from 255) = 58.49%

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

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

R = 58.49%
G = 11.01%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF3085 (or 0xFF3085) is known color: Wild Strawberry. HEX triplet: FF, 30 and 85. RGB value is (255,48,133). Sum of RGB (Red+Green+Blue) = 255+48+133=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3085 is #00CF7A. Grayscale: #777777. Windows color (decimal): -53115 or 8728831. OLE color: 8728831.

HSL color Cylindrical-coordinate representation of color #FF3085: hue angle of 335.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3085 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 133 -
CMYK 0 0.81 0.48 0
HSL 335.36º 1% 0.59% -
HSV(B) 335.36º 0.81% 1% -
XYZ 46.53 25.07 24.58 -
YUV 119.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 255 48 133 0 0.81 0.48 0 335.36 1 0.59
Hex FF 30 85 0 51 30 0 14F 64 3B
Octal 377 60 205 0 121 60 0 517 144 73
Binary 11111111 110000 10000101 0 1010001 110000 0 101001111 1100100 111011

Color Harmonies of #FF3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3085

Black with #FF3085

Text Example


Text Example

White with #FF3085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3085; }

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

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

background-color css

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

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

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

border-color css

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

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

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