Html Css Color HEX #FA3492 Wild Strawberry

📋 copy color: '#FA3492'

red 250 ◦ green 52 ◦ blue 146

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

Shades of Wild Strawberry #FA3492

Tints of Wild Strawberry #FA3492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.61%

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

R = 55.8%
G = 11.61%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3492 (or 0xFA3492) is known color: Wild Strawberry. HEX triplet: FA, 34 and 92. RGB value is (250,52,146). Sum of RGB (Red+Green+Blue) = 250+52+146=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3492 is #05CB6D. Grayscale: #797979. Windows color (decimal): -379758 or 9581818. OLE color: 9581818.

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

Color convert

RGB 250 52 146 -
CMYK 0 0.79 0.42 0.02
HSL 331.52º 0.95% 0.59% -
HSV(B) 331.52º 0.79% 0.98% -
XYZ 45.84 24.86 29.58 -
YUV 121.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 250 52 146 0 0.79 0.42 0.02 331.52 0.95 0.59
Hex FA 34 92 0 4F 2A 2 14C 5F 3B
Octal 372 64 222 0 117 52 2 514 137 73
Binary 11111010 110100 10010010 0 1001111 101010 10 101001100 1011111 111011

Color Harmonies of #FA3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3492

Black with #FA3492

Text Example


Text Example

White with #FA3492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3492; }

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

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

background-color css

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

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

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

border-color css

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

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

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