Html Css Color HEX #F97BBA Persian Pink

📋 copy color: '#F97BBA'

red 249 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #F97BBA

Tints of Persian Pink #F97BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.04%

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

R = 44.62%
G = 22.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F97BBA (or 0xF97BBA) is known color: Persian Pink. HEX triplet: F9, 7B and BA. RGB value is (249,123,186). Sum of RGB (Red+Green+Blue) = 249+123+186=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BBA is #068445. Grayscale: #A7A7A7. Windows color (decimal): -427078 or 12221433. OLE color: 12221433.

HSL color Cylindrical-coordinate representation of color #F97BBA: hue angle of 330º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97BBA is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 123 186 -
CMYK 0 0.51 0.25 0.02
HSL 330º 0.91% 0.73% -
HSV(B) 330º 0.51% 0.98% -
XYZ 55.01 37.85 50.86 -
YUV 167.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 249 123 186 0 0.51 0.25 0.02 330 0.91 0.73
Hex F9 7B BA 0 33 19 2 14A 5B 49
Octal 371 173 272 0 63 31 2 512 133 111
Binary 11111001 1111011 10111010 0 110011 11001 10 101001010 1011011 1001001

Color Harmonies of #F97BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97BBA

Black with #F97BBA

Text Example


Text Example

White with #F97BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97BBA; }

 p { color: rgb(249,123,186); }

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

background-color css

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

 a { background-color: rgb(249,123,186); }

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

border-color css

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

 span { border-color: rgb(249,123,186); }

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