Html Css Color HEX #FA74BC Persian Pink

📋 copy color: '#FA74BC'

red 250 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #FA74BC

Tints of Persian Pink #FA74BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.94%

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 45.13%
G = 20.94%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA74BC (or 0xFA74BC) is known color: Persian Pink. HEX triplet: FA, 74 and BC. RGB value is (250,116,188). Sum of RGB (Red+Green+Blue) = 250+116+188=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74BC is #058B43. Grayscale: #A4A4A4. Windows color (decimal): -363332 or 12350714. OLE color: 12350714.

HSL color Cylindrical-coordinate representation of color #FA74BC: hue angle of 327.76º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74BC is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 188 -
CMYK 0 0.54 0.25 0.02
HSL 327.76º 0.93% 0.72% -
HSV(B) 327.76º 0.54% 0.98% -
XYZ 54.75 36.45 51.73 -
YUV 164.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 250 116 188 0 0.54 0.25 0.02 327.76 0.93 0.72
Hex FA 74 BC 0 36 19 2 148 5D 48
Octal 372 164 274 0 66 31 2 510 135 110
Binary 11111010 1110100 10111100 0 110110 11001 10 101001000 1011101 1001000

Color Harmonies of #FA74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74BC

Black with #FA74BC

Text Example


Text Example

White with #FA74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74BC; }

 p { color: rgb(250,116,188); }

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

background-color css

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

 a { background-color: rgb(250,116,188); }

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

border-color css

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

 span { border-color: rgb(250,116,188); }

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