Html Css Color HEX #FA238D Deep Pink

📋 copy color: '#FA238D'

red 250 ◦ green 35 ◦ blue 141

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

Shades of Deep Pink #FA238D

Tints of Deep Pink #FA238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.22%

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

R = 58.69%
G = 8.22%
B = 33.1%

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

#FA238D (or 0xFA238D) is known color: Deep Pink. HEX triplet: FA, 23 and 8D. RGB value is (250,35,141). Sum of RGB (Red+Green+Blue) = 250+35+141=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA238D is #05DC72. Grayscale: #6F6F6F. Windows color (decimal): -384115 or 9249786. OLE color: 9249786.

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

Color convert

RGB 250 35 141 -
CMYK 0 0.86 0.44 0.02
HSL 330.42º 0.96% 0.56% -
HSV(B) 330.42º 0.86% 0.98% -
XYZ 44.83 23.45 27.36 -
YUV 111.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 250 35 141 0 0.86 0.44 0.02 330.42 0.96 0.56
Hex FA 23 8D 0 56 2C 2 14A 60 38
Octal 372 43 215 0 126 54 2 512 140 70
Binary 11111010 100011 10001101 0 1010110 101100 10 101001010 1100000 111000

Color Harmonies of #FA238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA238D

Black with #FA238D

Text Example


Text Example

White with #FA238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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