Html Css Color HEX #FA257B Deep Pink

📋 copy color: '#FA257B'

red 250 ◦ green 37 ◦ blue 123

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

Shades of Deep Pink #FA257B

Tints of Deep Pink #FA257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 60.98%
G = 9.02%
B = 30%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA257B (or 0xFA257B) is known color: Deep Pink. HEX triplet: FA, 25 and 7B. RGB value is (250,37,123). Sum of RGB (Red+Green+Blue) = 250+37+123=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA257B is #05DA84. Grayscale: #6E6E6E. Windows color (decimal): -383621 or 8070650. OLE color: 8070650.

HSL color Cylindrical-coordinate representation of color #FA257B: hue angle of 335.77º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA257B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 123 -
CMYK 0 0.85 0.51 0.02
HSL 335.77º 0.96% 0.56% -
HSV(B) 335.77º 0.85% 0.98% -
XYZ 43.66 23.08 20.89 -
YUV 110.49 135.07 227.51 -
System Red Green Blue C M Y K H S L
Decimal 250 37 123 0 0.85 0.51 0.02 335.77 0.96 0.56
Hex FA 25 7B 0 55 33 2 150 60 38
Octal 372 45 173 0 125 63 2 520 140 70
Binary 11111010 100101 1111011 0 1010101 110011 10 101010000 1100000 111000

Color Harmonies of #FA257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA257B

Black with #FA257B

Text Example


Text Example

White with #FA257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA257B; }

 p { color: rgb(250,37,123); }

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

background-color css

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

 a { background-color: rgb(250,37,123); }

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

border-color css

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

 span { border-color: rgb(250,37,123); }

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