Html Css Color HEX #F276AF Persian Pink

📋 copy color: '#F276AF'

red 242 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #F276AF

Tints of Persian Pink #F276AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.71%

R = 45.23%
G = 22.06%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F276AF (or 0xF276AF) is known color: Persian Pink. HEX triplet: F2, 76 and AF. RGB value is (242,118,175). Sum of RGB (Red+Green+Blue) = 242+118+175=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F276AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F276AF is #0D8950. Grayscale: #A1A1A1. Windows color (decimal): -887121 or 11499250. OLE color: 11499250.

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

Color convert

RGB 242 118 175 -
CMYK 0 0.51 0.28 0.05
HSL 332.42º 0.83% 0.71% -
HSV(B) 332.42º 0.51% 0.95% -
XYZ 50.83 34.93 44.62 -
YUV 161.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 242 118 175 0 0.51 0.28 0.05 332.42 0.83 0.71
Hex F2 76 AF 0 33 1C 5 14C 53 47
Octal 362 166 257 0 63 34 5 514 123 107
Binary 11110010 1110110 10101111 0 110011 11100 101 101001100 1010011 1000111

Color Harmonies of #F276AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276AF

Black with #F276AF

Text Example


Text Example

White with #F276AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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