Html Css Color HEX #FF7BB3 Persian Pink

📋 copy color: '#FF7BB3'

red 255 ◦ green 123 ◦ blue 179

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

Shades of Persian Pink #FF7BB3

Tints of Persian Pink #FF7BB3

RGB

 RED value IS 255 (100% from 255) = 45.78%

 GREEN value IS 123 (48.44% from 255) = 22.08%

 BLUE value IS 179 (70.31% from 255) = 32.14%

R = 45.78%
G = 22.08%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF7BB3 (or 0xFF7BB3) is known color: Persian Pink. HEX triplet: FF, 7B and B3. RGB value is (255,123,179). Sum of RGB (Red+Green+Blue) = 255+123+179=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BB3 is #00844C. Grayscale: #A8A8A8. Windows color (decimal): -33869 or 11762687. OLE color: 11762687.

HSL color Cylindrical-coordinate representation of color #FF7BB3: hue angle of 334.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BB3 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 123 179 -
CMYK 0 0.52 0.30 0
HSL 334.55º 1% 0.74% -
HSV(B) 334.55º 0.52% 1% -
XYZ 56.46 38.68 47.14 -
YUV 168.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 255 123 179 0 0.52 0.30 0 334.55 1 0.74
Hex FF 7B B3 0 34 1E 0 14F 64 4A
Octal 377 173 263 0 64 36 0 517 144 112
Binary 11111111 1111011 10110011 0 110100 11110 0 101001111 1100100 1001010

Color Harmonies of #FF7BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BB3

Black with #FF7BB3

Text Example


Text Example

White with #FF7BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7BB3; }

 p { color: rgb(255,123,179); }

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

background-color css

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

 a { background-color: rgb(255,123,179); }

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

border-color css

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

 span { border-color: rgb(255,123,179); }

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