Html Css Color HEX #F276BC Persian Pink

📋 copy color: '#F276BC'

red 242 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #F276BC

Tints of Persian Pink #F276BC

RGB

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

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

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

R = 44.16%
G = 21.53%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F276BC (or 0xF276BC) is known color: Persian Pink. HEX triplet: F2, 76 and BC. RGB value is (242,118,188). Sum of RGB (Red+Green+Blue) = 242+118+188=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F276BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276BC is #0D8943. Grayscale: #A2A2A2. Windows color (decimal): -887108 or 12351218. OLE color: 12351218.

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

Color convert

RGB 242 118 188 -
CMYK 0 0.51 0.22 0.05
HSL 326.13º 0.83% 0.71% -
HSV(B) 326.13º 0.51% 0.95% -
XYZ 52.17 35.46 51.67 -
YUV 163.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 242 118 188 0 0.51 0.22 0.05 326.13 0.83 0.71
Hex F2 76 BC 0 33 16 5 146 53 47
Octal 362 166 274 0 63 26 5 506 123 107
Binary 11110010 1110110 10111100 0 110011 10110 101 101000110 1010011 1000111

Color Harmonies of #F276BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276BC

Black with #F276BC

Text Example


Text Example

White with #F276BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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