Html Css Color HEX #F272BC Persian Pink

📋 copy color: '#F272BC'

red 242 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #F272BC

Tints of Persian Pink #F272BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.56%

R = 44.49%
G = 20.96%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F272BC (or 0xF272BC) is known color: Persian Pink. HEX triplet: F2, 72 and BC. RGB value is (242,114,188). Sum of RGB (Red+Green+Blue) = 242+114+188=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F272BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272BC is #0D8D43. Grayscale: #A0A0A0. Windows color (decimal): -888132 or 12350194. OLE color: 12350194.

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

Color convert

RGB 242 114 188 -
CMYK 0 0.53 0.22 0.05
HSL 325.31º 0.83% 0.7% -
HSV(B) 325.31º 0.53% 0.95% -
XYZ 51.71 34.54 51.52 -
YUV 160.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 242 114 188 0 0.53 0.22 0.05 325.31 0.83 0.7
Hex F2 72 BC 0 35 16 5 145 53 46
Octal 362 162 274 0 65 26 5 505 123 106
Binary 11110010 1110010 10111100 0 110101 10110 101 101000101 1010011 1000110

Color Harmonies of #F272BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272BC

Black with #F272BC

Text Example


Text Example

White with #F272BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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