Html Css Color HEX #FF3089 Wild Strawberry

📋 copy color: '#FF3089'

red 255 ◦ green 48 ◦ blue 137

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

Shades of Wild Strawberry #FF3089

Tints of Wild Strawberry #FF3089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 57.95%
G = 10.91%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF3089 (or 0xFF3089) is known color: Wild Strawberry. HEX triplet: FF, 30 and 89. RGB value is (255,48,137). Sum of RGB (Red+Green+Blue) = 255+48+137=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3089 is #00CF76. Grayscale: #777777. Windows color (decimal): -53111 or 8990975. OLE color: 8990975.

HSL color Cylindrical-coordinate representation of color #FF3089: hue angle of 334.2º 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 #FF3089 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 137 -
CMYK 0 0.81 0.46 0
HSL 334.2º 1% 0.59% -
HSV(B) 334.2º 0.81% 1% -
XYZ 46.81 25.18 26.06 -
YUV 120.04 137.58 224.26 -
System Red Green Blue C M Y K H S L
Decimal 255 48 137 0 0.81 0.46 0 334.2 1 0.59
Hex FF 30 89 0 51 2E 0 14E 64 3B
Octal 377 60 211 0 121 56 0 516 144 73
Binary 11111111 110000 10001001 0 1010001 101110 0 101001110 1100100 111011

Color Harmonies of #FF3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3089

Black with #FF3089

Text Example


Text Example

White with #FF3089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3089; }

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

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

background-color css

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

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

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

border-color css

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

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

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