Html Css Color HEX #F279B5 Persian Pink

📋 copy color: '#F279B5'

red 242 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #F279B5

Tints of Persian Pink #F279B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.27%

R = 44.49%
G = 22.24%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F279B5 (or 0xF279B5) is known color: Persian Pink. HEX triplet: F2, 79 and B5. RGB value is (242,121,181). Sum of RGB (Red+Green+Blue) = 242+121+181=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F279B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279B5 is #0D864A. Grayscale: #A3A3A3. Windows color (decimal): -886347 or 11893234. OLE color: 11893234.

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

Color convert

RGB 242 121 181 -
CMYK 0 0.50 0.25 0.05
HSL 330.25º 0.82% 0.71% -
HSV(B) 330.25º 0.5% 0.95% -
XYZ 51.8 35.89 47.91 -
YUV 164.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 242 121 181 0 0.50 0.25 0.05 330.25 0.82 0.71
Hex F2 79 B5 0 32 19 5 14A 52 47
Octal 362 171 265 0 62 31 5 512 122 107
Binary 11110010 1111001 10110101 0 110010 11001 101 101001010 1010010 1000111

Color Harmonies of #F279B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279B5

Black with #F279B5

Text Example


Text Example

White with #F279B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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