Html Css Color HEX #FA338F Wild Strawberry

📋 copy color: '#FA338F'

red 250 ◦ green 51 ◦ blue 143

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

Shades of Wild Strawberry #FA338F

Tints of Wild Strawberry #FA338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.49%

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

R = 56.31%
G = 11.49%
B = 32.21%

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

#FA338F (or 0xFA338F) is known color: Wild Strawberry. HEX triplet: FA, 33 and 8F. RGB value is (250,51,143). Sum of RGB (Red+Green+Blue) = 250+51+143=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA338F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA338F is #05CC70. Grayscale: #787878. Windows color (decimal): -380017 or 9384954. OLE color: 9384954.

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

Color convert

RGB 250 51 143 -
CMYK 0 0.80 0.43 0.02
HSL 332.26º 0.95% 0.59% -
HSV(B) 332.26º 0.8% 0.98% -
XYZ 45.57 24.67 28.35 -
YUV 120.99 140.43 220.02 -
System Red Green Blue C M Y K H S L
Decimal 250 51 143 0 0.80 0.43 0.02 332.26 0.95 0.59
Hex FA 33 8F 0 50 2B 2 14C 5F 3B
Octal 372 63 217 0 120 53 2 514 137 73
Binary 11111010 110011 10001111 0 1010000 101011 10 101001100 1011111 111011

Color Harmonies of #FA338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA338F

Black with #FA338F

Text Example


Text Example

White with #FA338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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