Html Css Color HEX #F27FB3 Persian Pink

📋 copy color: '#F27FB3'

red 242 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #F27FB3

Tints of Persian Pink #F27FB3

RGB

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

 GREEN value IS 127 (50% from 255) = 23.18%

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 44.16%
G = 23.18%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F27FB3 (or 0xF27FB3) is known color: Persian Pink. HEX triplet: F2, 7F and B3. RGB value is (242,127,179). Sum of RGB (Red+Green+Blue) = 242+127+179=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FB3 is #0D804C. Grayscale: #A7A7A7. Windows color (decimal): -884813 or 11763698. OLE color: 11763698.

HSL color Cylindrical-coordinate representation of color #F27FB3: hue angle of 332.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FB3 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 179 -
CMYK 0 0.48 0.26 0.05
HSL 332.87º 0.82% 0.72% -
HSV(B) 332.87º 0.48% 0.95% -
XYZ 52.34 37.31 47.09 -
YUV 167.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 242 127 179 0 0.48 0.26 0.05 332.87 0.82 0.72
Hex F2 7F B3 0 30 1A 5 14D 52 48
Octal 362 177 263 0 60 32 5 515 122 110
Binary 11110010 1111111 10110011 0 110000 11010 101 101001101 1010010 1001000

Color Harmonies of #F27FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FB3

Black with #F27FB3

Text Example


Text Example

White with #F27FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FB3; }

 p { color: rgb(242,127,179); }

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

background-color css

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

 a { background-color: rgb(242,127,179); }

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

border-color css

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

 span { border-color: rgb(242,127,179); }

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