Html Css Color HEX #FA369F Wild Strawberry

📋 copy color: '#FA369F'

red 250 ◦ green 54 ◦ blue 159

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

Shades of Wild Strawberry #FA369F

Tints of Wild Strawberry #FA369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.34%

R = 54%
G = 11.66%
B = 34.34%

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

#FA369F (or 0xFA369F) is known color: Wild Strawberry. HEX triplet: FA, 36 and 9F. RGB value is (250,54,159). Sum of RGB (Red+Green+Blue) = 250+54+159=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA369F is #05C960. Grayscale: #7C7C7C. Windows color (decimal): -379233 or 10434298. OLE color: 10434298.

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

Color convert

RGB 250 54 159 -
CMYK 0 0.78 0.36 0.02
HSL 327.86º 0.95% 0.6% -
HSV(B) 327.86º 0.78% 0.98% -
XYZ 47 25.47 35.24 -
YUV 124.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 250 54 159 0 0.78 0.36 0.02 327.86 0.95 0.6
Hex FA 36 9F 0 4E 24 2 148 5F 3C
Octal 372 66 237 0 116 44 2 510 137 74
Binary 11111010 110110 10011111 0 1001110 100100 10 101001000 1011111 111100

Color Harmonies of #FA369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA369F

Black with #FA369F

Text Example


Text Example

White with #FA369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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