Html Css Color HEX #F276BB Persian Pink

📋 copy color: '#F276BB'

red 242 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #F276BB

Tints of Persian Pink #F276BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.57%

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

R = 44.24%
G = 21.57%
B = 34.19%

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

#F276BB (or 0xF276BB) is known color: Persian Pink. HEX triplet: F2, 76 and BB. RGB value is (242,118,187). Sum of RGB (Red+Green+Blue) = 242+118+187=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F276BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276BB is #0D8944. Grayscale: #A2A2A2. Windows color (decimal): -887109 or 12285682. OLE color: 12285682.

HSL color Cylindrical-coordinate representation of color #F276BB: hue angle of 326.61º 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 #F276BB is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 187 -
CMYK 0 0.51 0.23 0.05
HSL 326.61º 0.83% 0.71% -
HSV(B) 326.61º 0.51% 0.95% -
XYZ 52.07 35.42 51.11 -
YUV 162.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 242 118 187 0 0.51 0.23 0.05 326.61 0.83 0.71
Hex F2 76 BB 0 33 17 5 147 53 47
Octal 362 166 273 0 63 27 5 507 123 107
Binary 11110010 1110110 10111011 0 110011 10111 101 101000111 1010011 1000111

Color Harmonies of #F276BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276BB

Black with #F276BB

Text Example


Text Example

White with #F276BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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