Html Css Color HEX #FA238E Deep Pink

📋 copy color: '#FA238E'

red 250 ◦ green 35 ◦ blue 142

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

Shades of Deep Pink #FA238E

Tints of Deep Pink #FA238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 58.55%
G = 8.2%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA238E (or 0xFA238E) is known color: Deep Pink. HEX triplet: FA, 23 and 8E. RGB value is (250,35,142). Sum of RGB (Red+Green+Blue) = 250+35+142=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA238E is #05DC71. Grayscale: #6F6F6F. Windows color (decimal): -384114 or 9315322. OLE color: 9315322.

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

Color convert

RGB 250 35 142 -
CMYK 0 0.86 0.43 0.02
HSL 330.14º 0.96% 0.56% -
HSV(B) 330.14º 0.86% 0.98% -
XYZ 44.91 23.48 27.76 -
YUV 111.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 250 35 142 0 0.86 0.43 0.02 330.14 0.96 0.56
Hex FA 23 8E 0 56 2B 2 14A 60 38
Octal 372 43 216 0 126 53 2 512 140 70
Binary 11111010 100011 10001110 0 1010110 101011 10 101001010 1100000 111000

Color Harmonies of #FA238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA238E

Black with #FA238E

Text Example


Text Example

White with #FA238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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