Html Css Color HEX #FA238C Deep Pink

📋 copy color: '#FA238C'

red 250 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #FA238C

Tints of Deep Pink #FA238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 58.82%
G = 8.24%
B = 32.94%

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

#FA238C (or 0xFA238C) is known color: Deep Pink. HEX triplet: FA, 23 and 8C. RGB value is (250,35,140). Sum of RGB (Red+Green+Blue) = 250+35+140=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA238C is #05DC73. Grayscale: #6F6F6F. Windows color (decimal): -384116 or 9184250. OLE color: 9184250.

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

Color convert

RGB 250 35 140 -
CMYK 0 0.86 0.44 0.02
HSL 330.7º 0.96% 0.56% -
HSV(B) 330.7º 0.86% 0.98% -
XYZ 44.76 23.42 26.97 -
YUV 111.26 144.23 226.96 -
System Red Green Blue C M Y K H S L
Decimal 250 35 140 0 0.86 0.44 0.02 330.7 0.96 0.56
Hex FA 23 8C 0 56 2C 2 14B 60 38
Octal 372 43 214 0 126 54 2 513 140 70
Binary 11111010 100011 10001100 0 1010110 101100 10 101001011 1100000 111000

Color Harmonies of #FA238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA238C

Black with #FA238C

Text Example


Text Example

White with #FA238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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