Html Css Color HEX #F279C5 Persian Pink

📋 copy color: '#F279C5'

red 242 ◦ green 121 ◦ blue 197

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

Shades of Persian Pink #F279C5

Tints of Persian Pink #F279C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.18%

R = 43.21%
G = 21.61%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F279C5 (or 0xF279C5) is known color: Persian Pink. HEX triplet: F2, 79 and C5. RGB value is (242,121,197). Sum of RGB (Red+Green+Blue) = 242+121+197=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F279C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279C5 is #0D863A. Grayscale: #A5A5A5. Windows color (decimal): -886331 or 12941810. OLE color: 12941810.

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

Color convert

RGB 242 121 197 -
CMYK 0 0.50 0.19 0.05
HSL 322.31º 0.82% 0.71% -
HSV(B) 322.31º 0.5% 0.95% -
XYZ 53.53 36.58 57.06 -
YUV 165.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 242 121 197 0 0.50 0.19 0.05 322.31 0.82 0.71
Hex F2 79 C5 0 32 13 5 142 52 47
Octal 362 171 305 0 62 23 5 502 122 107
Binary 11110010 1111001 11000101 0 110010 10011 101 101000010 1010010 1000111

Color Harmonies of #F279C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279C5

Black with #F279C5

Text Example


Text Example

White with #F279C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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