Html Css Color HEX #FB7FC1 Persian Pink

📋 copy color: '#FB7FC1'

red 251 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #FB7FC1

Tints of Persian Pink #FB7FC1

RGB

 RED value IS 251 (98.44% from 255) = 43.96%

 GREEN value IS 127 (50% from 255) = 22.24%

 BLUE value IS 193 (75.78% from 255) = 33.8%

R = 43.96%
G = 22.24%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB7FC1 (or 0xFB7FC1) is known color: Persian Pink. HEX triplet: FB, 7F and C1. RGB value is (251,127,193). Sum of RGB (Red+Green+Blue) = 251+127+193=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FC1 is #04803E. Grayscale: #ABABAB. Windows color (decimal): -294975 or 12681211. OLE color: 12681211.

HSL color Cylindrical-coordinate representation of color #FB7FC1: hue angle of 328.06º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FC1 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 127 193 -
CMYK 0 0.49 0.23 0.02
HSL 328.06º 0.94% 0.74% -
HSV(B) 328.06º 0.49% 0.98% -
XYZ 57 39.54 55.08 -
YUV 171.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 251 127 193 0 0.49 0.23 0.02 328.06 0.94 0.74
Hex FB 7F C1 0 31 17 2 148 5E 4A
Octal 373 177 301 0 61 27 2 510 136 112
Binary 11111011 1111111 11000001 0 110001 10111 10 101001000 1011110 1001010

Color Harmonies of #FB7FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FC1

Black with #FB7FC1

Text Example


Text Example

White with #FB7FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FC1; }

 p { color: rgb(251,127,193); }

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

background-color css

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

 a { background-color: rgb(251,127,193); }

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

border-color css

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

 span { border-color: rgb(251,127,193); }

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