Html Css Color HEX #FA3D9C Wild Strawberry

📋 copy color: '#FA3D9C'

red 250 ◦ green 61 ◦ blue 156

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

Shades of Wild Strawberry #FA3D9C

Tints of Wild Strawberry #FA3D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.06%

 BLUE value IS 156 (61.33% from 255) = 33.4%

R = 53.53%
G = 13.06%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA3D9C (or 0xFA3D9C) is known color: Wild Strawberry. HEX triplet: FA, 3D and 9C. RGB value is (250,61,156). Sum of RGB (Red+Green+Blue) = 250+61+156=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3D9C is #05C263. Grayscale: #808080. Windows color (decimal): -377444 or 10239482. OLE color: 10239482.

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

Color convert

RGB 250 61 156 -
CMYK 0 0.76 0.38 0.02
HSL 329.84º 0.95% 0.61% -
HSV(B) 329.84º 0.76% 0.98% -
XYZ 47.09 26.06 34 -
YUV 128.34 143.62 214.78 -
System Red Green Blue C M Y K H S L
Decimal 250 61 156 0 0.76 0.38 0.02 329.84 0.95 0.61
Hex FA 3D 9C 0 4C 26 2 14A 5F 3D
Octal 372 75 234 0 114 46 2 512 137 75
Binary 11111010 111101 10011100 0 1001100 100110 10 101001010 1011111 111101

Color Harmonies of #FA3D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D9C

Black with #FA3D9C

Text Example


Text Example

White with #FA3D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D9C; }

 p { color: rgb(250,61,156); }

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

background-color css

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

 a { background-color: rgb(250,61,156); }

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

border-color css

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

 span { border-color: rgb(250,61,156); }

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