Html Css Color HEX #FA2D9C Wild Strawberry

📋 copy color: '#FA2D9C'

red 250 ◦ green 45 ◦ blue 156

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

Shades of Wild Strawberry #FA2D9C

Tints of Wild Strawberry #FA2D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.98%

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

R = 55.43%
G = 9.98%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA2D9C (or 0xFA2D9C) is known color: Wild Strawberry. HEX triplet: FA, 2D and 9C. RGB value is (250,45,156). Sum of RGB (Red+Green+Blue) = 250+45+156=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D9C is #05D263. Grayscale: #767676. Windows color (decimal): -381540 or 10235386. OLE color: 10235386.

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

Color convert

RGB 250 45 156 -
CMYK 0 0.82 0.38 0.02
HSL 327.51º 0.95% 0.58% -
HSV(B) 327.51º 0.82% 0.98% -
XYZ 46.36 24.6 33.76 -
YUV 118.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 250 45 156 0 0.82 0.38 0.02 327.51 0.95 0.58
Hex FA 2D 9C 0 52 26 2 148 5F 3A
Octal 372 55 234 0 122 46 2 510 137 72
Binary 11111010 101101 10011100 0 1010010 100110 10 101001000 1011111 111010

Color Harmonies of #FA2D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D9C

Black with #FA2D9C

Text Example


Text Example

White with #FA2D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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