Html Css Color HEX #FA84BC Persian Pink

📋 copy color: '#FA84BC'

red 250 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #FA84BC

Tints of Persian Pink #FA84BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.16%

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

R = 43.86%
G = 23.16%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA84BC (or 0xFA84BC) is known color: Persian Pink. HEX triplet: FA, 84 and BC. RGB value is (250,132,188). Sum of RGB (Red+Green+Blue) = 250+132+188=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84BC is #057B43. Grayscale: #ADADAD. Windows color (decimal): -359236 or 12354810. OLE color: 12354810.

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

Color convert

RGB 250 132 188 -
CMYK 0 0.47 0.25 0.02
HSL 331.53º 0.92% 0.75% -
HSV(B) 331.53º 0.47% 0.98% -
XYZ 56.75 40.46 52.39 -
YUV 173.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 250 132 188 0 0.47 0.25 0.02 331.53 0.92 0.75
Hex FA 84 BC 0 2F 19 2 14C 5C 4B
Octal 372 204 274 0 57 31 2 514 134 113
Binary 11111010 10000100 10111100 0 101111 11001 10 101001100 1011100 1001011

Color Harmonies of #FA84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84BC

Black with #FA84BC

Text Example


Text Example

White with #FA84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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