Html Css Color HEX #FA237C Deep Pink

📋 copy color: '#FA237C'

red 250 ◦ green 35 ◦ blue 124

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

Shades of Deep Pink #FA237C

Tints of Deep Pink #FA237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 61.12%
G = 8.56%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA237C (or 0xFA237C) is known color: Deep Pink. HEX triplet: FA, 23 and 7C. RGB value is (250,35,124). Sum of RGB (Red+Green+Blue) = 250+35+124=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA237C is #05DC83. Grayscale: #6D6D6D. Windows color (decimal): -384132 or 8135674. OLE color: 8135674.

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

Color convert

RGB 250 35 124 -
CMYK 0 0.86 0.50 0.02
HSL 335.16º 0.96% 0.56% -
HSV(B) 335.16º 0.86% 0.98% -
XYZ 43.66 22.98 21.2 -
YUV 109.43 136.23 228.26 -
System Red Green Blue C M Y K H S L
Decimal 250 35 124 0 0.86 0.50 0.02 335.16 0.96 0.56
Hex FA 23 7C 0 56 32 2 14F 60 38
Octal 372 43 174 0 126 62 2 517 140 70
Binary 11111010 100011 1111100 0 1010110 110010 10 101001111 1100000 111000

Color Harmonies of #FA237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA237C

Black with #FA237C

Text Example


Text Example

White with #FA237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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