Html Css Color HEX #FA368F Wild Strawberry

📋 copy color: '#FA368F'

red 250 ◦ green 54 ◦ blue 143

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

Shades of Wild Strawberry #FA368F

Tints of Wild Strawberry #FA368F

RGB

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

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

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

R = 55.93%
G = 12.08%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA368F (or 0xFA368F) is known color: Wild Strawberry. HEX triplet: FA, 36 and 8F. RGB value is (250,54,143). Sum of RGB (Red+Green+Blue) = 250+54+143=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA368F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA368F is #05C970. Grayscale: #7A7A7A. Windows color (decimal): -379249 or 9385722. OLE color: 9385722.

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

Color convert

RGB 250 54 143 -
CMYK 0 0.78 0.43 0.02
HSL 332.76º 0.95% 0.6% -
HSV(B) 332.76º 0.78% 0.98% -
XYZ 45.7 24.95 28.39 -
YUV 122.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 250 54 143 0 0.78 0.43 0.02 332.76 0.95 0.6
Hex FA 36 8F 0 4E 2B 2 14D 5F 3C
Octal 372 66 217 0 116 53 2 515 137 74
Binary 11111010 110110 10001111 0 1001110 101011 10 101001101 1011111 111100

Color Harmonies of #FA368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA368F

Black with #FA368F

Text Example


Text Example

White with #FA368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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