Html Css Color HEX #FA248C Deep Pink

📋 copy color: '#FA248C'

red 250 ◦ green 36 ◦ blue 140

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

Shades of Deep Pink #FA248C

Tints of Deep Pink #FA248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.45%

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

R = 58.69%
G = 8.45%
B = 32.86%

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

#FA248C (or 0xFA248C) is known color: Deep Pink. HEX triplet: FA, 24 and 8C. RGB value is (250,36,140). Sum of RGB (Red+Green+Blue) = 250+36+140=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA248C is #05DB73. Grayscale: #6F6F6F. Windows color (decimal): -383860 or 9184506. OLE color: 9184506.

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

Color convert

RGB 250 36 140 -
CMYK 0 0.86 0.44 0.02
HSL 330.84º 0.96% 0.56% -
HSV(B) 330.84º 0.86% 0.98% -
XYZ 44.79 23.48 26.98 -
YUV 111.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 250 36 140 0 0.86 0.44 0.02 330.84 0.96 0.56
Hex FA 24 8C 0 56 2C 2 14B 60 38
Octal 372 44 214 0 126 54 2 513 140 70
Binary 11111010 100100 10001100 0 1010110 101100 10 101001011 1100000 111000

Color Harmonies of #FA248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA248C

Black with #FA248C

Text Example


Text Example

White with #FA248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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