Html Css Color HEX #F37ABA Persian Pink

📋 copy color: '#F37ABA'

red 243 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #F37ABA

Tints of Persian Pink #F37ABA

RGB

 RED value IS 243 (95.31% from 255) = 44.1%

 GREEN value IS 122 (48.05% from 255) = 22.14%

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

R = 44.1%
G = 22.14%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F37ABA (or 0xF37ABA) is known color: Persian Pink. HEX triplet: F3, 7A and BA. RGB value is (243,122,186). Sum of RGB (Red+Green+Blue) = 243+122+186=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ABA is #0C8545. Grayscale: #A5A5A5. Windows color (decimal): -820550 or 12221171. OLE color: 12221171.

HSL color Cylindrical-coordinate representation of color #F37ABA: hue angle of 328.26º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37ABA is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 122 186 -
CMYK 0 0.50 0.23 0.05
HSL 328.26º 0.83% 0.72% -
HSV(B) 328.26º 0.5% 0.95% -
XYZ 52.78 36.52 50.72 -
YUV 165.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 243 122 186 0 0.50 0.23 0.05 328.26 0.83 0.72
Hex F3 7A BA 0 32 17 5 148 53 48
Octal 363 172 272 0 62 27 5 510 123 110
Binary 11110011 1111010 10111010 0 110010 10111 101 101001000 1010011 1001000

Color Harmonies of #F37ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37ABA

Black with #F37ABA

Text Example


Text Example

White with #F37ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37ABA; }

 p { color: rgb(243,122,186); }

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

background-color css

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

 a { background-color: rgb(243,122,186); }

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

border-color css

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

 span { border-color: rgb(243,122,186); }

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