Html Css Color HEX #FA248A Deep Pink

📋 copy color: '#FA248A'

red 250 ◦ green 36 ◦ blue 138

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

Shades of Deep Pink #FA248A

Tints of Deep Pink #FA248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 58.96%
G = 8.49%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA248A (or 0xFA248A) is known color: Deep Pink. HEX triplet: FA, 24 and 8A. RGB value is (250,36,138). Sum of RGB (Red+Green+Blue) = 250+36+138=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA248A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA248A is #05DB75. Grayscale: #6F6F6F. Windows color (decimal): -383862 or 9053434. OLE color: 9053434.

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

Color convert

RGB 250 36 138 -
CMYK 0 0.86 0.45 0.02
HSL 331.4º 0.96% 0.56% -
HSV(B) 331.4º 0.86% 0.98% -
XYZ 44.64 23.42 26.21 -
YUV 111.61 142.9 226.71 -
System Red Green Blue C M Y K H S L
Decimal 250 36 138 0 0.86 0.45 0.02 331.4 0.96 0.56
Hex FA 24 8A 0 56 2D 2 14B 60 38
Octal 372 44 212 0 126 55 2 513 140 70
Binary 11111010 100100 10001010 0 1010110 101101 10 101001011 1100000 111000

Color Harmonies of #FA248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA248A

Black with #FA248A

Text Example


Text Example

White with #FA248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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