Html Css Color HEX #FA23AF Spicy Pink

📋 copy color: '#FA23AF'

red 250 ◦ green 35 ◦ blue 175

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

Shades of Spicy Pink #FA23AF

Tints of Spicy Pink #FA23AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 54.35%
G = 7.61%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA23AF (or 0xFA23AF) is known color: Spicy Pink. HEX triplet: FA, 23 and AF. RGB value is (250,35,175). Sum of RGB (Red+Green+Blue) = 250+35+175=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA23AF is #05DC50. Grayscale: #727272. Windows color (decimal): -384081 or 11478010. OLE color: 11478010.

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

Color convert

RGB 250 35 175 -
CMYK 0 0.86 0.3 0.02
HSL 320.93º 0.96% 0.56% -
HSV(B) 320.93º 0.86% 0.98% -
XYZ 47.76 24.62 42.79 -
YUV 115.25 161.73 224.12 -
System Red Green Blue C M Y K H S L
Decimal 250 35 175 0 0.86 0.3 0.02 320.93 0.96 0.56
Hex FA 23 AF 0 56 1E 2 141 60 38
Octal 372 43 257 0 126 36 2 501 140 70
Binary 11111010 100011 10101111 0 1010110 11110 10 101000001 1100000 111000

Color Harmonies of #FA23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA23AF

Black with #FA23AF

Text Example


Text Example

White with #FA23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA23AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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