Html Css Color HEX #FA318F Wild Strawberry

📋 copy color: '#FA318F'

red 250 ◦ green 49 ◦ blue 143

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

Shades of Wild Strawberry #FA318F

Tints of Wild Strawberry #FA318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.09%

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 56.56%
G = 11.09%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA318F (or 0xFA318F) is known color: Wild Strawberry. HEX triplet: FA, 31 and 8F. RGB value is (250,49,143). Sum of RGB (Red+Green+Blue) = 250+49+143=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA318F is #05CE70. Grayscale: #777777. Windows color (decimal): -380529 or 9384442. OLE color: 9384442.

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

Color convert

RGB 250 49 143 -
CMYK 0 0.80 0.43 0.02
HSL 331.94º 0.95% 0.59% -
HSV(B) 331.94º 0.8% 0.98% -
XYZ 45.48 24.5 28.32 -
YUV 119.82 141.09 220.86 -
System Red Green Blue C M Y K H S L
Decimal 250 49 143 0 0.80 0.43 0.02 331.94 0.95 0.59
Hex FA 31 8F 0 50 2B 2 14C 5F 3B
Octal 372 61 217 0 120 53 2 514 137 73
Binary 11111010 110001 10001111 0 1010000 101011 10 101001100 1011111 111011

Color Harmonies of #FA318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA318F

Black with #FA318F

Text Example


Text Example

White with #FA318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA318F; }

 p { color: rgb(250,49,143); }

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

background-color css

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

 a { background-color: rgb(250,49,143); }

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

border-color css

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

 span { border-color: rgb(250,49,143); }

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