Html Css Color HEX #FA3A98 Wild Strawberry

📋 copy color: '#FA3A98'

red 250 ◦ green 58 ◦ blue 152

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

Shades of Wild Strawberry #FA3A98

Tints of Wild Strawberry #FA3A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 54.35%
G = 12.61%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA3A98 (or 0xFA3A98) is known color: Wild Strawberry. HEX triplet: FA, 3A and 98. RGB value is (250,58,152). Sum of RGB (Red+Green+Blue) = 250+58+152=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A98 is #05C567. Grayscale: #7D7D7D. Windows color (decimal): -378216 or 9976570. OLE color: 9976570.

HSL color Cylindrical-coordinate representation of color #FA3A98: hue angle of 330.62º 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 #FA3A98 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 58 152 -
CMYK 0 0.77 0.39 0.02
HSL 330.63º 0.95% 0.6% -
HSV(B) 330.63º 0.77% 0.98% -
XYZ 46.6 25.62 32.19 -
YUV 126.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 250 58 152 0 0.77 0.39 0.02 330.63 0.95 0.6
Hex FA 3A 98 0 4D 27 2 14B 5F 3C
Octal 372 72 230 0 115 47 2 513 137 74
Binary 11111010 111010 10011000 0 1001101 100111 10 101001011 1011111 111100

Color Harmonies of #FA3A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A98

Black with #FA3A98

Text Example


Text Example

White with #FA3A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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