Html Css Color HEX #F272BF Persian Pink

📋 copy color: '#F272BF'

red 242 ◦ green 114 ◦ blue 191

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

Shades of Persian Pink #F272BF

Tints of Persian Pink #F272BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.84%

 BLUE value IS 191 (75% from 255) = 34.92%

R = 44.24%
G = 20.84%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F272BF (or 0xF272BF) is known color: Persian Pink. HEX triplet: F2, 72 and BF. RGB value is (242,114,191). Sum of RGB (Red+Green+Blue) = 242+114+191=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F272BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272BF is #0D8D40. Grayscale: #A0A0A0. Windows color (decimal): -888129 or 12546802. OLE color: 12546802.

HSL color Cylindrical-coordinate representation of color #F272BF: hue angle of 323.91º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F272BF is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 114 191 -
CMYK 0 0.53 0.21 0.05
HSL 323.91º 0.83% 0.7% -
HSV(B) 323.91º 0.53% 0.95% -
XYZ 52.04 34.67 53.24 -
YUV 161.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 242 114 191 0 0.53 0.21 0.05 323.91 0.83 0.7
Hex F2 72 BF 0 35 15 5 144 53 46
Octal 362 162 277 0 65 25 5 504 123 106
Binary 11110010 1110010 10111111 0 110101 10101 101 101000100 1010011 1000110

Color Harmonies of #F272BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272BF

Black with #F272BF

Text Example


Text Example

White with #F272BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272BF; }

 p { color: rgb(242,114,191); }

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

background-color css

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

 a { background-color: rgb(242,114,191); }

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

border-color css

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

 span { border-color: rgb(242,114,191); }

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