Html Css Color HEX #FA36A0 Wild Strawberry

📋 copy color: '#FA36A0'

red 250 ◦ green 54 ◦ blue 160

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

Shades of Wild Strawberry #FA36A0

Tints of Wild Strawberry #FA36A0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.64%

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 53.88%
G = 11.64%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA36A0 (or 0xFA36A0) is known color: Wild Strawberry. HEX triplet: FA, 36 and A0. RGB value is (250,54,160). Sum of RGB (Red+Green+Blue) = 250+54+160=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA36A0 is #05C95F. Grayscale: #7C7C7C. Windows color (decimal): -379232 or 10499834. OLE color: 10499834.

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

Color convert

RGB 250 54 160 -
CMYK 0 0.78 0.36 0.02
HSL 327.55º 0.95% 0.6% -
HSV(B) 327.55º 0.78% 0.98% -
XYZ 47.09 25.5 35.7 -
YUV 124.69 147.93 217.38 -
System Red Green Blue C M Y K H S L
Decimal 250 54 160 0 0.78 0.36 0.02 327.55 0.95 0.6
Hex FA 36 A0 0 4E 24 2 148 5F 3C
Octal 372 66 240 0 116 44 2 510 137 74
Binary 11111010 110110 10100000 0 1001110 100100 10 101001000 1011111 111100

Color Harmonies of #FA36A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA36A0

Black with #FA36A0

Text Example


Text Example

White with #FA36A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA36A0; }

 p { color: rgb(250,54,160); }

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

background-color css

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

 a { background-color: rgb(250,54,160); }

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

border-color css

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

 span { border-color: rgb(250,54,160); }

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