Html Css Color HEX #FA2592 Wild Strawberry

📋 copy color: '#FA2592'

red 250 ◦ green 37 ◦ blue 146

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

Shades of Wild Strawberry #FA2592

Tints of Wild Strawberry #FA2592

RGB

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

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

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

R = 57.74%
G = 8.55%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2592 (or 0xFA2592) is known color: Wild Strawberry. HEX triplet: FA, 25 and 92. RGB value is (250,37,146). Sum of RGB (Red+Green+Blue) = 250+37+146=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2592 is #05DA6D. Grayscale: #707070. Windows color (decimal): -383598 or 9577978. OLE color: 9577978.

HSL color Cylindrical-coordinate representation of color #FA2592: hue angle of 329.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2592 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 146 -
CMYK 0 0.85 0.42 0.02
HSL 329.3º 0.96% 0.56% -
HSV(B) 329.3º 0.85% 0.98% -
XYZ 45.27 23.72 29.39 -
YUV 113.11 146.57 225.64 -
System Red Green Blue C M Y K H S L
Decimal 250 37 146 0 0.85 0.42 0.02 329.3 0.96 0.56
Hex FA 25 92 0 55 2A 2 149 60 38
Octal 372 45 222 0 125 52 2 511 140 70
Binary 11111010 100101 10010010 0 1010101 101010 10 101001001 1100000 111000

Color Harmonies of #FA2592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2592

Black with #FA2592

Text Example


Text Example

White with #FA2592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2592; }

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

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

background-color css

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

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

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

border-color css

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

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

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