Html Css Color HEX #FA258B Deep Pink

📋 copy color: '#FA258B'

red 250 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #FA258B

Tints of Deep Pink #FA258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 58.69%
G = 8.69%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA258B (or 0xFA258B) is known color: Deep Pink. HEX triplet: FA, 25 and 8B. RGB value is (250,37,139). Sum of RGB (Red+Green+Blue) = 250+37+139=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA258B is #05DA74. Grayscale: #707070. Windows color (decimal): -383605 or 9119226. OLE color: 9119226.

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

Color convert

RGB 250 37 139 -
CMYK 0 0.85 0.44 0.02
HSL 331.27º 0.96% 0.56% -
HSV(B) 331.27º 0.85% 0.98% -
XYZ 44.75 23.51 26.61 -
YUV 112.32 143.07 226.21 -
System Red Green Blue C M Y K H S L
Decimal 250 37 139 0 0.85 0.44 0.02 331.27 0.96 0.56
Hex FA 25 8B 0 55 2C 2 14B 60 38
Octal 372 45 213 0 125 54 2 513 140 70
Binary 11111010 100101 10001011 0 1010101 101100 10 101001011 1100000 111000

Color Harmonies of #FA258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA258B

Black with #FA258B

Text Example


Text Example

White with #FA258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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