Html Css Color HEX #F279BC Persian Pink

📋 copy color: '#F279BC'

red 242 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #F279BC

Tints of Persian Pink #F279BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.96%

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

R = 43.92%
G = 21.96%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F279BC (or 0xF279BC) is known color: Persian Pink. HEX triplet: F2, 79 and BC. RGB value is (242,121,188). Sum of RGB (Red+Green+Blue) = 242+121+188=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F279BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279BC is #0D8643. Grayscale: #A4A4A4. Windows color (decimal): -886340 or 12351986. OLE color: 12351986.

HSL color Cylindrical-coordinate representation of color #F279BC: hue angle of 326.78º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279BC is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 188 -
CMYK 0 0.50 0.22 0.05
HSL 326.78º 0.82% 0.71% -
HSV(B) 326.78º 0.5% 0.95% -
XYZ 52.53 36.18 51.79 -
YUV 164.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 242 121 188 0 0.50 0.22 0.05 326.78 0.82 0.71
Hex F2 79 BC 0 32 16 5 147 52 47
Octal 362 171 274 0 62 26 5 507 122 107
Binary 11110010 1111001 10111100 0 110010 10110 101 101000111 1010010 1000111

Color Harmonies of #F279BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279BC

Black with #F279BC

Text Example


Text Example

White with #F279BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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