Html Css Color HEX #F673BE Persian Pink

📋 copy color: '#F673BE'

red 246 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #F673BE

Tints of Persian Pink #F673BE

RGB

 RED value IS 246 (96.48% from 255) = 44.65%

 GREEN value IS 115 (45.31% from 255) = 20.87%

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 44.65%
G = 20.87%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F673BE (or 0xF673BE) is known color: Persian Pink. HEX triplet: F6, 73 and BE. RGB value is (246,115,190). Sum of RGB (Red+Green+Blue) = 246+115+190=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F673BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673BE is #098C41. Grayscale: #A2A2A2. Windows color (decimal): -625730 or 12481526. OLE color: 12481526.

HSL color Cylindrical-coordinate representation of color #F673BE: hue angle of 325.65º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F673BE is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 190 -
CMYK 0 0.53 0.23 0.04
HSL 325.65º 0.88% 0.71% -
HSV(B) 325.65º 0.53% 0.96% -
XYZ 53.43 35.57 52.77 -
YUV 162.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 246 115 190 0 0.53 0.23 0.04 325.65 0.88 0.71
Hex F6 73 BE 0 35 17 4 146 58 47
Octal 366 163 276 0 65 27 4 506 130 107
Binary 11110110 1110011 10111110 0 110101 10111 100 101000110 1011000 1000111

Color Harmonies of #F673BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F673BE

Black with #F673BE

Text Example


Text Example

White with #F673BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F673BE; }

 p { color: rgb(246,115,190); }

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

background-color css

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

 a { background-color: rgb(246,115,190); }

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

border-color css

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

 span { border-color: rgb(246,115,190); }

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