Html Css Color HEX #F370BB Persian Pink

📋 copy color: '#F370BB'

red 243 ◦ green 112 ◦ blue 187

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

Shades of Persian Pink #F370BB

Tints of Persian Pink #F370BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.66%

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 44.83%
G = 20.66%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F370BB (or 0xF370BB) is known color: Persian Pink. HEX triplet: F3, 70 and BB. RGB value is (243,112,187). Sum of RGB (Red+Green+Blue) = 243+112+187=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F370BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370BB is #0C8F44. Grayscale: #9F9F9F. Windows color (decimal): -823109 or 12284147. OLE color: 12284147.

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

Color convert

RGB 243 112 187 -
CMYK 0 0.54 0.23 0.05
HSL 325.65º 0.85% 0.7% -
HSV(B) 325.65º 0.54% 0.95% -
XYZ 51.73 34.23 50.89 -
YUV 159.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 243 112 187 0 0.54 0.23 0.05 325.65 0.85 0.7
Hex F3 70 BB 0 36 17 5 146 55 46
Octal 363 160 273 0 66 27 5 506 125 106
Binary 11110011 1110000 10111011 0 110110 10111 101 101000110 1010101 1000110

Color Harmonies of #F370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370BB

Black with #F370BB

Text Example


Text Example

White with #F370BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370BB; }

 p { color: rgb(243,112,187); }

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

background-color css

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

 a { background-color: rgb(243,112,187); }

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

border-color css

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

 span { border-color: rgb(243,112,187); }

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