Html Css Color HEX #FF2592 Wild Strawberry

📋 copy color: '#FF2592'

red 255 ◦ green 37 ◦ blue 146

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

Shades of Wild Strawberry #FF2592

Tints of Wild Strawberry #FF2592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.45%

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 58.22%
G = 8.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF2592 (or 0xFF2592) is known color: Wild Strawberry. HEX triplet: FF, 25 and 92. RGB value is (255,37,146). Sum of RGB (Red+Green+Blue) = 255+37+146=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2592 is #00DA6D. Grayscale: #727272. Windows color (decimal): -55918 or 9577983. OLE color: 9577983.

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

Color convert

RGB 255 37 146 -
CMYK 0 0.85 0.43 0
HSL 330º 1% 0.57% -
HSV(B) 330º 0.85% 1% -
XYZ 47.09 24.66 29.47 -
YUV 114.61 145.72 228.14 -
System Red Green Blue C M Y K H S L
Decimal 255 37 146 0 0.85 0.43 0 330 1 0.57
Hex FF 25 92 0 55 2B 0 14A 64 39
Octal 377 45 222 0 125 53 0 512 144 71
Binary 11111111 100101 10010010 0 1010101 101011 0 101001010 1100100 111001

Color Harmonies of #FF2592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2592

Black with #FF2592

Text Example


Text Example

White with #FF2592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2592; }

 p { color: rgb(255,37,146); }

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

background-color css

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

 a { background-color: rgb(255,37,146); }

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

border-color css

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

 span { border-color: rgb(255,37,146); }

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