Html Css Color HEX #F27FBA Persian Pink

📋 copy color: '#F27FBA'

red 242 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #F27FBA

Tints of Persian Pink #F27FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 43.6%
G = 22.88%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F27FBA (or 0xF27FBA) is known color: Persian Pink. HEX triplet: F2, 7F and BA. RGB value is (242,127,186). Sum of RGB (Red+Green+Blue) = 242+127+186=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FBA is #0D8045. Grayscale: #A7A7A7. Windows color (decimal): -884806 or 12222450. OLE color: 12222450.

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

Color convert

RGB 242 127 186 -
CMYK 0 0.48 0.23 0.05
HSL 329.22º 0.82% 0.72% -
HSV(B) 329.22º 0.48% 0.95% -
XYZ 53.07 37.6 50.92 -
YUV 168.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 242 127 186 0 0.48 0.23 0.05 329.22 0.82 0.72
Hex F2 7F BA 0 30 17 5 149 52 48
Octal 362 177 272 0 60 27 5 511 122 110
Binary 11110010 1111111 10111010 0 110000 10111 101 101001001 1010010 1001000

Color Harmonies of #F27FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FBA

Black with #F27FBA

Text Example


Text Example

White with #F27FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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