Html Css Color HEX #F972BC Persian Pink

📋 copy color: '#F972BC'

red 249 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #F972BC

Tints of Persian Pink #F972BC

RGB

 RED value IS 249 (97.66% from 255) = 45.19%

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

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

R = 45.19%
G = 20.69%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F972BC (or 0xF972BC) is known color: Persian Pink. HEX triplet: F9, 72 and BC. RGB value is (249,114,188). Sum of RGB (Red+Green+Blue) = 249+114+188=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F972BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972BC is #068D43. Grayscale: #A2A2A2. Windows color (decimal): -429380 or 12350201. OLE color: 12350201.

HSL color Cylindrical-coordinate representation of color #F972BC: hue angle of 327.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972BC is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 114 188 -
CMYK 0 0.54 0.24 0.02
HSL 327.11º 0.92% 0.71% -
HSV(B) 327.11º 0.54% 0.98% -
XYZ 54.16 35.81 51.63 -
YUV 162.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 249 114 188 0 0.54 0.24 0.02 327.11 0.92 0.71
Hex F9 72 BC 0 36 18 2 147 5C 47
Octal 371 162 274 0 66 30 2 507 134 107
Binary 11111001 1110010 10111100 0 110110 11000 10 101000111 1011100 1000111

Color Harmonies of #F972BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972BC

Black with #F972BC

Text Example


Text Example

White with #F972BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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