Html Css Color HEX #F277BB Persian Pink

📋 copy color: '#F277BB'

red 242 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #F277BB

Tints of Persian Pink #F277BB

RGB

 RED value IS 242 (94.92% from 255) = 44.16%

 GREEN value IS 119 (46.88% from 255) = 21.72%

 BLUE value IS 187 (73.44% from 255) = 34.12%

R = 44.16%
G = 21.72%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F277BB (or 0xF277BB) is known color: Persian Pink. HEX triplet: F2, 77 and BB. RGB value is (242,119,187). Sum of RGB (Red+Green+Blue) = 242+119+187=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F277BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277BB is #0D8844. Grayscale: #A3A3A3. Windows color (decimal): -886853 or 12285938. OLE color: 12285938.

HSL color Cylindrical-coordinate representation of color #F277BB: hue angle of 326.83º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F277BB is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 119 187 -
CMYK 0 0.51 0.23 0.05
HSL 326.83º 0.83% 0.71% -
HSV(B) 326.83º 0.51% 0.95% -
XYZ 52.18 35.66 51.15 -
YUV 163.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 242 119 187 0 0.51 0.23 0.05 326.83 0.83 0.71
Hex F2 77 BB 0 33 17 5 147 53 47
Octal 362 167 273 0 63 27 5 507 123 107
Binary 11110010 1110111 10111011 0 110011 10111 101 101000111 1010011 1000111

Color Harmonies of #F277BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F277BB

Black with #F277BB

Text Example


Text Example

White with #F277BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F277BB; }

 p { color: rgb(242,119,187); }

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

background-color css

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

 a { background-color: rgb(242,119,187); }

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

border-color css

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

 span { border-color: rgb(242,119,187); }

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