Html Css Color HEX #FA228D Deep Pink

📋 copy color: '#FA228D'

red 250 ◦ green 34 ◦ blue 141

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

Shades of Deep Pink #FA228D

Tints of Deep Pink #FA228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 58.82%
G = 8%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA228D (or 0xFA228D) is known color: Deep Pink. HEX triplet: FA, 22 and 8D. RGB value is (250,34,141). Sum of RGB (Red+Green+Blue) = 250+34+141=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA228D is #05DD72. Grayscale: #6E6E6E. Windows color (decimal): -384371 or 9249530. OLE color: 9249530.

HSL color Cylindrical-coordinate representation of color #FA228D: hue angle of 330.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA228D is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 34 141 -
CMYK 0 0.86 0.44 0.02
HSL 330.28º 0.96% 0.56% -
HSV(B) 330.28º 0.86% 0.98% -
XYZ 44.8 23.39 27.35 -
YUV 110.78 145.06 227.3 -
System Red Green Blue C M Y K H S L
Decimal 250 34 141 0 0.86 0.44 0.02 330.28 0.96 0.56
Hex FA 22 8D 0 56 2C 2 14A 60 38
Octal 372 42 215 0 126 54 2 512 140 70
Binary 11111010 100010 10001101 0 1010110 101100 10 101001010 1100000 111000

Color Harmonies of #FA228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA228D

Black with #FA228D

Text Example


Text Example

White with #FA228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA228D; }

 p { color: rgb(250,34,141); }

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

background-color css

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

 a { background-color: rgb(250,34,141); }

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

border-color css

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

 span { border-color: rgb(250,34,141); }

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