Html Css Color HEX #FA3A92 Wild Strawberry

📋 copy color: '#FA3A92'

red 250 ◦ green 58 ◦ blue 146

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

Shades of Wild Strawberry #FA3A92

Tints of Wild Strawberry #FA3A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.78%

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

R = 55.07%
G = 12.78%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3A92 (or 0xFA3A92) is known color: Wild Strawberry. HEX triplet: FA, 3A and 92. RGB value is (250,58,146). Sum of RGB (Red+Green+Blue) = 250+58+146=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A92 is #05C56D. Grayscale: #7D7D7D. Windows color (decimal): -378222 or 9583354. OLE color: 9583354.

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

Color convert

RGB 250 58 146 -
CMYK 0 0.77 0.42 0.02
HSL 332.5º 0.95% 0.6% -
HSV(B) 332.5º 0.77% 0.98% -
XYZ 46.13 25.43 29.67 -
YUV 125.44 139.61 216.84 -
System Red Green Blue C M Y K H S L
Decimal 250 58 146 0 0.77 0.42 0.02 332.5 0.95 0.6
Hex FA 3A 92 0 4D 2A 2 14C 5F 3C
Octal 372 72 222 0 115 52 2 514 137 74
Binary 11111010 111010 10010010 0 1001101 101010 10 101001100 1011111 111100

Color Harmonies of #FA3A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A92

Black with #FA3A92

Text Example


Text Example

White with #FA3A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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